tlang-c/wrappergen/src/data.txt

5 lines
165 B
Plaintext
Raw Normal View History

2023-04-24 18:41:46 +00:00
NAME: example
INCLUDE: example.h
FUNCTION: number myfunction(number,number) = int myfunction(int a,int b)
FUNCTION: null printNum(number) = void printNum(int a)
END: