data/method/lib/include/my.h

9 lines
114 B
C

#ifndef __MY_H_INCLUDE__
#define __MY_H_INCLUDE__
#include<stdio.h>
int foo();
int simple();
int hello();
#endif