aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-10 00:58:48 -0400
committerShav Kinderlehrer <[email protected]>2023-04-10 00:58:48 -0400
commite2ed5aca4d72971a9560d60daeb2f1c3ea8acb33 (patch)
tree50c803de4fe04441f1242f77ea9dd5275f411b53 /include
parent97a99175f4f33282fb02e0ad75e02dbc30ace80c (diff)
downloadlat-e2ed5aca4d72971a9560d60daeb2f1c3ea8acb33.tar.gz
lat-e2ed5aca4d72971a9560d60daeb2f1c3ea8acb33.zip
Implement file opening
Diffstat (limited to 'include')
-rw-r--r--include/lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lib.h b/include/lib.h
new file mode 100644
index 0000000..69b5019
--- /dev/null
+++ b/include/lib.h
@@ -0,0 +1,4 @@
+#ifndef LIB_H
+#define LIB_H
+void die(const char *message);
+#endif