_wrap: llgo_check (to be continued)
This commit is contained in:
7
cpp/inih/_wrap/llgo_check.cpp
Normal file
7
cpp/inih/_wrap/llgo_check.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <INIReader.h>
|
||||
|
||||
int main() {
|
||||
printf("sizeof(Reader) = %lu\n", sizeof(INIReader));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user