summaryrefslogtreecommitdiff
path: root/examples/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/proto.c')
-rw-r--r--examples/proto.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/proto.c b/examples/proto.c
new file mode 100644
index 0000000..dbb64a8
--- /dev/null
+++ b/examples/proto.c
@@ -0,0 +1,5 @@
+int main(int argc, char **argv) {
+ (void) argc;
+ (void) argv;
+ return 0;
+}