HomeServer/lualib-src/test/test.h

9 lines
83 B
C
Raw Normal View History

2024-11-20 15:41:09 +08:00
#ifndef test_h
#define test_h
#include <stddef.h>
int add(int x ,int y);
#endif