#include <stddef.h>
#include <stdlib.h>
#include <limits.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
#include "LPdir.h"
Go to the source code of this file.
Classes | |
struct | LP_dir_context_st |
Macros | |
#define | LP_ENTRY_SIZE 255 |
Functions | |
const char * | LP_find_file (LP_DIR_CTX **ctx, const char *directory) |
int | LP_find_file_end (LP_DIR_CTX **ctx) |
#define LP_ENTRY_SIZE 255 |
Definition at line 56 of file LPdir_unix.c.
const char* LP_find_file | ( | LP_DIR_CTX ** | ctx, |
const char * | directory | ||
) |
Definition at line 65 of file LPdir_unix.c.
int LP_find_file_end | ( | LP_DIR_CTX ** | ctx | ) |
Definition at line 108 of file LPdir_unix.c.