core/newlib/link_r.c File Reference

#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)

Detailed Description

newlib - link.

Todo:
Add implementation.

Definition in file link_r.c.


Function Documentation

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.

Parameters:
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.
Returns:
0 on success, -1 on failure.

Definition at line 23 of file link_r.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Defines

Generated by  doxygen 1.6.2