diff options
author | Oskar <[email protected]> | 2023-12-23 19:14:36 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2023-12-23 19:14:36 +0100 |
commit | 87a820faf9df7029c096f3183554159e11243989 (patch) | |
tree | 3b3717bb80056aa4fea16ac111dcef5446043200 /README | |
parent | d8650986677010cec774c98923b61c54bbca4258 (diff) |
fixes
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ This is my take on a so called "Line editor" Its a crude and simple line editor. +WARNING: Do not use this program on any files that you dont want to risk damaging, deleting or overwriting. I can not gaurantee that this program will function as expected. + TODO: - Create a function to retrieve a line from file (DONE) It's called: GET_LINE(char filename[], long focus, char **line) - Create edit mode to actually make edits to the file (DONE) |