summaryrefslogtreecommitdiff
path: root/examples/hello_dictd/libcommon/iswalnum.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_dictd/libcommon/iswalnum.c')
-rw-r--r--examples/hello_dictd/libcommon/iswalnum.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hello_dictd/libcommon/iswalnum.c b/examples/hello_dictd/libcommon/iswalnum.c
new file mode 100644
index 0000000..7d8962a
--- /dev/null
+++ b/examples/hello_dictd/libcommon/iswalnum.c
@@ -0,0 +1,6 @@
+int fake2 (void);
+
+int fake2 (void)
+{
+ return 2;
+}