#include <unistd.h>
#include "mem.h"
#include "misc.h"
Include dependency graph for readsymlink.c:
Go to the source code of this file.
Defines | |
#define | CHUNKSIZE 128 |
Functions | |
char * | readsymlink (const char *path) |
read contents of symlink |
#define CHUNKSIZE 128 |
Definition at line 22 of file readsymlink.c.