#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | stat |
File status structure. More... | |
Functions | |
__BEGIN_DECLS int | stat (CONST char *path, struct stat *s) |
int | fstat (int fh, struct stat *s) |
int | mkdir (CONST char *path, int mode) |
* * $Log: stat.h,v $ * Revision 1.1 2005/02/05 20:37:18 haraldkipp * Peanut added * * *
Definition in file stat.h.
int fstat | ( | int | fh, | |
struct stat * | s | |||
) |
int mkdir | ( | CONST char * | path, | |
int | mode | |||
) |