rpm
5.2.1
About: RPM is a powerful and mature command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating Unix software packages ("no longer Linux-centric"). Hint: The RPM homepage may offer newer releases (but in rpm format).
![]() ![]() |
#include <sys/param.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | MAXPATHLEN 1024 |
Functions | |
char * | getwd () |
char * | getcwd (char *buf, int len) |
Variables | |
int | errno |
char* getcwd | ( | char * | buf, |
int | len | ||
) |
char* getwd | ( | ) |
Referenced by getcwd(), and realpath().
int errno |
Definition at line 57 of file k_standard.c.
Referenced by getcwd().