summaryrefslogtreecommitdiffhomepage
path: root/src/lib/lib.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-12-31 02:07:46 -0500
committerrealtradam <[email protected]>2022-12-31 02:07:46 -0500
commitbebf2cefe734d154ffaae44fb7c1bb557f2e1bfa (patch)
tree8c4abb74251e1ed67156a2f53b23380d7068cb72 /src/lib/lib.h
downloadRodeoKit-bebf2cefe734d154ffaae44fb7c1bb557f2e1bfa.tar.gz
RodeoKit-bebf2cefe734d154ffaae44fb7c1bb557f2e1bfa.zip
init
Diffstat (limited to 'src/lib/lib.h')
-rw-r--r--src/lib/lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/lib.h b/src/lib/lib.h
new file mode 100644
index 0000000..77a0e1e
--- /dev/null
+++ b/src/lib/lib.h
@@ -0,0 +1,3 @@
+
+int
+add(int a, int b);