-

Changes

Jump to: navigation, search

Functions HI-TECH C REMOVE

286 bytes added, 23:09, 31 July 2017
Created page with "<strong>REMOVE</strong> ==SYNOPSIS== #include <stdio.h> int remove(char * s) ==DESCRIPTION== <strong>Remove</strong>() will attempt to remove the file named by the a..."
<strong>REMOVE</strong>
==SYNOPSIS==

#include <stdio.h>

int remove(char * s)


==DESCRIPTION==
<strong>Remove</strong>() will attempt to remove the file named by the
argument s from the directory. A return value of -1
indicates that the attempt failed.

==SEE ALSO==

unlink

Navigation menu