9 lines
92 B
C
9 lines
92 B
C
#ifndef SCANF_EXAMPLE_H
|
|
#define SCANF_EXAMPLE_H
|
|
|
|
#include <stdio.h>
|
|
|
|
int my_scan();
|
|
|
|
#endif
|