data/method/lib/include/my.h

9 lines
114 B
C
Raw Normal View History

2024-01-29 10:44:43 +08:00
#ifndef __MY_H_INCLUDE__
#define __MY_H_INCLUDE__
#include<stdio.h>
int foo();
int simple();
int hello();
#endif