diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-09 07:08:35 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-09 07:08:35 +0100 |
commit | 62267b8424170f9b136892248a77dbed3fdcbbba (patch) | |
tree | dd741fdfa323382be5f6431ae6a63993aff6c13f /draw.c | |
parent | 3ba178677800de55393f8ec80752ffe72660931a (diff) |
add read-at-point function
Diffstat (limited to 'draw.c')
-rw-r--r-- | draw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#define _POSIX_C_SOURCE 2 + #include <stdlib.h> #include <string.h> |