aboutsummaryrefslogtreecommitdiff
path: root/block.h
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-10-19 23:17:43 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-10-19 23:17:43 +0600
commitea5380fccb9f962203726540d69cb490048de7c0 (patch)
treeceb8f56cef8deb086a328bfe840e327da7f16452 /block.h
Add files
Diffstat (limited to 'block.h')
-rw-r--r--block.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/block.h b/block.h
new file mode 100644
index 0000000..a269756
--- /dev/null
+++ b/block.h
@@ -0,0 +1,4 @@
+#ifndef BLOCK_H
+#define BLOCK_H
+void block(char *, char *, char *, char *);
+#endif