summaryrefslogtreecommitdiffstats
path: root/resources/example1/function.c
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-09-15 23:46:57 +0200
committerMichael Bien <[email protected]>2009-09-15 23:46:57 +0200
commit769d2721943cd74f5903a99a2f417c4aa4dc6fbc (patch)
treee7c0b6ffd1b8a76a574c1d3449aef467a71c2a32 /resources/example1/function.c
parent2019f0de6f0299a61189d9c82e895d374dfc4d9d (diff)
fixed double typedef in build
Diffstat (limited to 'resources/example1/function.c')
-rw-r--r--resources/example1/function.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/example1/function.c b/resources/example1/function.c
deleted file mode 100644
index 9a84189b..00000000
--- a/resources/example1/function.c
+++ /dev/null
@@ -1,3 +0,0 @@
-int one_plus(int a) {
- return 1 + a;
-}