core/newlib/unlink_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 _unlink_r (struct _reent *p_reent, const char *p_filename)

Detailed Description

newlib - unlink.

Todo:
Add implementation.

Definition in file unlink_r.c.


Function Documentation

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.

Parameters:
p_reent Pointer to a structure that will receive the return value.
p_filename Name of file to unlink (= delete).
Returns:
0 on success, -1 on failure.

Definition at line 22 of file unlink_r.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Defines

Generated by  doxygen 1.6.2