summaryrefslogtreecommitdiff
path: root/examples/tools2/libs/qux/qux.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools2/libs/qux/qux.c')
-rw-r--r--examples/tools2/libs/qux/qux.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/tools2/libs/qux/qux.c b/examples/tools2/libs/qux/qux.c
new file mode 100644
index 0000000..78786db
--- /dev/null
+++ b/examples/tools2/libs/qux/qux.c
@@ -0,0 +1,6 @@
+#include "qux.h"
+
+int get_int_size (void)
+{
+ return INT_SIZE;
+}