#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 | _link_r (struct _reent *p_reent, const char *p_old, const char *p_new) |
newlib - link.
Definition in file link_r.c.
| int _link_r | ( | struct _reent * | p_reent, | |
| const char * | p_old, | |||
| const char * | p_new | |||
| ) |
This function has to be implemented if you want to use link (or rename) in your programs.
| p_reent | Pointer to a structure that will receive the return value. | |
| p_old | Current name of file to link. | |
| p_new | New name of file to link. |
1.6.2