aboutsummaryrefslogtreecommitdiff
path: root/examples/weak_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/weak_f.c')
-rw-r--r--examples/weak_f.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/weak_f.c b/examples/weak_f.c
deleted file mode 100644
index e744531..0000000
--- a/examples/weak_f.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <tcclib.h>
-
-void weak_f (void)
-{
- printf("Weak\n");
-}