aboutsummaryrefslogtreecommitdiff
path: root/poc-template.c
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2014-06-19 12:13:40 +0200
committerThorsten Töpper <atsutane@freethoughts.de>2014-06-19 12:13:40 +0200
commit5e7f909bb4f66bba60d3c4ff31df012d21d18699 (patch)
tree517f04b7eefa6ac93884e607bbb41e5355ab2902 /poc-template.c
parent875c561f9a2b264f7f48896396eeb644611df62f (diff)
downloaddotfiles-5e7f909bb4f66bba60d3c4ff31df012d21d18699.tar.gz
dotfiles-5e7f909bb4f66bba60d3c4ff31df012d21d18699.tar.bz2
Some files from the laptop.
Diffstat (limited to 'poc-template.c')
-rw-r--r--poc-template.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/poc-template.c b/poc-template.c
new file mode 100644
index 0000000..713fc95
--- /dev/null
+++ b/poc-template.c
@@ -0,0 +1,13 @@
+/*
+ * vim:ts=4:sw=4:expandtab
+ */
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
+#include <stdbool.h>
+#include <stdint.h>
+
+int main(int argc, char **argv) {
+ return EXIT_SUCCESS;
+}