From 87a820faf9df7029c096f3183554159e11243989 Mon Sep 17 00:00:00 2001 From: Oskar <assawin.h@gmail.com> Date: Sat, 23 Dec 2023 19:14:36 +0100 Subject: fixes --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index 6f0a4b5..366fb1d 100644 --- a/README +++ b/README @@ -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) -- cgit v1.2.3