#include <syscall.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | MAX_LEVEL 20 |
Functions | |
static bool | getcwd (char *cwd, size_t cwd_size) |
int | main (void) |
static bool | get_inumber (const char *file_name, int *inum) |
static bool | prepend (const char *prefix, char *dst, size_t *dst_len, size_t dst_size) |
#define MAX_LEVEL 20 |
Referenced by getcwd().
static bool get_inumber | ( | const char * | file_name, | |
int * | inum | |||
) | [static] |
static bool getcwd | ( | char * | cwd, | |
size_t | cwd_size | |||
) | [static] |
int main | ( | void | ) |