tlang-c/wrappergen/example-c-code/example.h

3 lines
63 B
C

#pragma once
int myfunction(int a,int b);
void printNum(int a);