diff options
Diffstat (limited to 'src/xstd.h')
-rw-r--r-- | src/xstd.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -19,9 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. ***/ -void easyFork(char *name, char *arguments[]); -void callError(int num); -void printError(const char *text); char *xstrcat(const char *first, const char *second, const char *delimiter); |