diff options
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #include <stdbool.h> #include <stddef.h> +typedef size_t Filepos; + typedef struct { size_t start, end; /* range in bytes from start of file */ } Filerange; |
