Files
c-course/c-basic/foo.h
2025-08-19 19:28:00 +03:00

7 lines
48 B
C

#ifndef FOO_H
#define FOO_H
int foo();
#endif