![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
Files main source file. More...
#include "nilorea/n_files.h"
Include dependency graph for n_files.c:Go to the source code of this file.
Functions | |
| static int | n_comp_file_info (const void *a, const void *b) |
| local comparison function for sorting filenames, case insensitive | |
| 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. | |
|
static |
local comparison function for sorting filenames, case insensitive
| a | First N_FILE_INFO container |
| b | Second N_FILE_INFO container |
Definition at line 30 of file n_files.c.
References N_FILE_INFO::filetime, and N_FILE_INFO::filetime_nsec.
Referenced by n_scan_dir().
Here is the caller graph for this function: