NVBIO
|
Go to the source code of this file.
Macros | |
#define | __NORETURN__ |
#define | __PRINTF_FORMAT__(a, b) |
#define | MIN(A, B) ( ( (A) < (B) ) ? (A) : (B) ) |
#define | MAX(A, B) ( ( (A) > (B) ) ? (A) : (B) ) |
Functions | |
int | is_directory (char *fn) |
int | is_file (char *fn) |
int | file_size (char *fn) |