--- freem/src/libfill.h 2025/03/09 19:14:25 1.3 +++ freem/src/libfill.h 2025/04/10 01:24:38 1.4 @@ -1,5 +1,5 @@ /* - * $Id: libfill.h,v 1.3 2025/03/09 19:14:25 snw Exp $ + * $Id: libfill.h,v 1.4 2025/04/10 01:24:38 snw Exp $ * Provides correct definitions of standard library * functions to get around compiler warnings until * we can move to using the standard headers. @@ -26,6 +26,9 @@ * along with FreeM. If not, see . * * $Log: libfill.h,v $ + * Revision 1.4 2025/04/10 01:24:38 snw + * Remove C++ style comments + * * Revision 1.3 2025/03/09 19:14:25 snw * First phase of REUSE compliance and header reformat * @@ -39,8 +42,6 @@ void exit(int status); char *strcat(char *dest, const char *src); - -//FILE *popen(const char *command, const char *type); char *strcpy(char *dest, const char *src); char *strchr(const char *s, int c); char *strncpy(char *dest, const char *src, size_t n);