diff options
Diffstat (limited to 'Modules/CheckIPOSupported/foo.c')
-rw-r--r-- | Modules/CheckIPOSupported/foo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CheckIPOSupported/foo.c b/Modules/CheckIPOSupported/foo.c new file mode 100644 index 0000000..1e56597 --- /dev/null +++ b/Modules/CheckIPOSupported/foo.c @@ -0,0 +1,4 @@ +int foo() +{ + return 0x42; +} |