aboutsummaryrefslogtreecommitdiff
path: root/include/file.h
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-12 23:46:53 -0400
committerShav Kinderlehrer <[email protected]>2023-04-12 23:46:53 -0400
commit58e0d435c38c0b4e6c59244436556dba6ed96abf (patch)
tree8876d6c5d2d7bdbb4e0bfef1eda33e49bf1f1da3 /include/file.h
parentc760493f48e4f8c6fd9f3effb5082d263128548c (diff)
downloadlat-58e0d435c38c0b4e6c59244436556dba6ed96abf.tar.gz
lat-58e0d435c38c0b4e6c59244436556dba6ed96abf.zip
Add argsv0.4.0
- add color arg - add lines arg
Diffstat (limited to 'include/file.h')
-rw-r--r--include/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/file.h b/include/file.h
index 8dbaf86..df3b515 100644
--- a/include/file.h
+++ b/include/file.h
@@ -1,7 +1,7 @@
-#include <stdio.h>
-
#ifndef FILE_H
#define FILE_H
+
+#include <stdio.h>
struct filedata {
int lc;
size_t len;