archivesOfToyLang/tshunhue/雜七雜八/a_lib.h

4 lines
58 B
C
Raw Permalink Normal View History

2023-09-30 22:30:08 +08:00
#ifndef A_LIB_H
#define A_LIB_H
int function(void);
#endif