#include "sceptre.h"#include "device.h"#include <reent.h>#include <errno.h>#include <string.h>Go to the source code of this file.
Functions | |
| int | _unlink_r (struct _reent *p_reent, const char *p_filename) |
newlib - unlink.
Definition in file unlink_r.c.
| int _unlink_r | ( | struct _reent * | p_reent, | |
| const char * | p_filename | |||
| ) |
This function has to be implemented if you want to use unlink in your programs.
| p_reent | Pointer to a structure that will receive the return value. | |
| p_filename | Name of file to unlink (= delete). |
Definition at line 22 of file unlink_r.c.
1.6.2