diff options
author | Rory Bradford <roryrjb@gmail.com> | 2022-06-05 12:13:36 +0100 |
---|---|---|
committer | Rory Bradford <roryrjb@gmail.com> | 2022-06-05 12:20:04 +0100 |
commit | 21b89ad57984a5caae0374fee3ee69dcdaf480e2 (patch) | |
tree | 555940d65cc10745d8ed858fb4f4a1e2c4766513 /rf.h | |
parent | 0e5b784369d18467ced409c204e0f2191646e309 (diff) | |
download | rf-21b89ad57984a5caae0374fee3ee69dcdaf480e2.tar.gz |
Use fgets instead of getline.
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'rf.h')
-rw-r--r-- | rf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rf.h b/rf.h new file mode 100644 index 0000000..4695fa1 --- /dev/null +++ b/rf.h @@ -0,0 +1 @@ +#define MAX_PATH_LENGTH 1024 |