![]() |
|||||
|
#include <stddef.h>
Go to the source code of this file.
Defines | |
#define | _PC_LINK_MAX _PC_LINK_MAX |
#define | _PC_MAX_CANON _PC_MAX_CANON |
#define | _PC_MAX_INPUT _PC_MAX_INPUT |
#define | _PC_NAME_MAX _PC_NAME_MAX |
#define | _PC_PATH_MAX _PC_PATH_MAX |
Enumerations | |
enum | { _PC_LINK_MAX, _PC_MAX_CANON, _PC_MAX_INPUT, _PC_NAME_MAX, _PC_PATH_MAX } |
Functions | |
int | chdir (const char *dirName) |
Change the current working directory. | |
char * | getcwd (char *buffer, size_t max_len) |
Get the current working directory. | |
int | getpagesize (void) |
Returns the size, in bytes, of the page size. | |
long | pathconf (char *path, int name) |
Provides access to various system limits not available at compile time. |
Contains standard limits and declarations.
|
|
|
|
|
|
|
|
|
|
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2001-2003 |