Rename getline function to unsafe, to make it greppable.

Now i can trim them one-by-one.
This commit is contained in:
2025-08-23 02:20:05 -04:00
parent f283391b46
commit 412adaa492
11 changed files with 27 additions and 26 deletions

View File

@ -186,7 +186,8 @@ void dLib_show_messages(bool show);
char *dGetcwd(void);
char *dGethomedir(void);
std::optional< std::string > dGetline_string(FILE *stream);
char *dGetline(FILE *stream);
char *dGetline_unsafe(FILE *stream);
std::optional< std::string > dGetline(FILE *stream);
int dClose(int fd);
int dUsleep(unsigned long us);