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

3 lines
63 B
C
Raw Permalink Normal View History

2023-04-24 18:41:46 +00:00
#pragma once
int myfunction(int a,int b);
void printNum(int a);