diff options
Diffstat (limited to 'libical/examples/main.c')
-rw-r--r-- | libical/examples/main.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libical/examples/main.c b/libical/examples/main.c new file mode 100644 index 0000000000..88d6621365 --- /dev/null +++ b/libical/examples/main.c @@ -0,0 +1,9 @@ +/* This is just to make the code in the example directory link properly. */ + +main() +{ +} + + +int do_something(){ +} |