init
This commit is contained in:
parent
d5ec6494be
commit
7240505bd1
10 changed files with 128 additions and 1 deletions
5
examples/win/lib.c
Normal file
5
examples/win/lib.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <stdio.h>
|
||||
|
||||
void test(){
|
||||
printf("testing 123(windows)\n");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue