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, 6 insertions, 0 deletions
diff --git a/examples/weak_f.c b/examples/weak_f.c
new file mode 100644
index 0000000..e744531
--- /dev/null
+++ b/examples/weak_f.c
@@ -0,0 +1,6 @@
+#include <tcclib.h>
+
+void weak_f (void)
+{
+ printf("Weak\n");
+}