![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
Files configuration header. More...
#include "nilorea/n_str.h"#include "nilorea/n_list.h"#include "nilorea/n_log.h"#include "dirent.h"
Include dependency graph for n_files.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | N_FILE_INFO |
| common file information More... | |
Functions | |
| void | n_free_file_info (void *ptr) |
| free a N_FILE_INFO struct | |
| int | n_scan_dir (const char *dir, LIST *result, const int recurse) |
| Scan given directory and return a LIST of char. | |