Revision as of 17:12, 9 August 2010 edit1exec1 (talk | contribs)Pending changes reviewers, Rollbackers50,085 editsm -← Previous edit | Revision as of 17:16, 9 August 2010 edit undoDe728631 (talk | contribs)56,510 edits WP is not a manualNext edit → | ||
Line 1: | Line 1: | ||
#REDIRECT ] | |||
{{lowercase|title=remove}} | |||
'''remove''' is a ] in ] that removes a certain file. It is included in the ] ] <code>]</code>. | |||
The prototype of the function is as follows: | |||
<source lang="c"> | |||
int remove ( const char * filename ); | |||
</source> | |||
If successful, the function returns zero. Nonzero value is returned on failure and <code>errno</code> variable is set to corresponding error code. |
Revision as of 17:16, 9 August 2010
Redirect to: