HomeServer/lualib-src/test/test.h
2024-11-20 15:41:37 +08:00

9 lines
83 B
C

#ifndef test_h
#define test_h
#include <stddef.h>
int add(int x ,int y);
#endif