summaryrefslogtreecommitdiff
path: root/include/junk
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-05-25 15:12:59 -0500
committerAaditya Dhruv <[email protected]>2025-05-25 15:12:59 -0500
commit420ce14859e41d1e8b616ebf1c472763eabe93be (patch)
treed569161b9f5f81166d58f264bd88ca592af3eadc /include/junk
init
Diffstat (limited to 'include/junk')
-rw-r--r--include/junk/network.h4
-rw-r--r--include/junk/test.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/include/junk/network.h b/include/junk/network.h
new file mode 100644
index 0000000..494142f
--- /dev/null
+++ b/include/junk/network.h
@@ -0,0 +1,4 @@
+#pragma once
+
+
+int tcp_ipv4_send_packet(char* ip, char* port, char* data);
diff --git a/include/junk/test.h b/include/junk/test.h
new file mode 100644
index 0000000..2ee6d89
--- /dev/null
+++ b/include/junk/test.h
@@ -0,0 +1,2 @@
+#pragma once
+void test_print(char* value);