|
GEL
0.99
|
#include <sys/types.h>#include <stdlib.h>#include <unistd.h>#include "gel_private.h"Functions | |
| int | gel_file_infos (gel_file_t *e, gel_file_info_t *fi) |
| int gel_file_infos | ( | gel_file_t * | e, |
| gel_file_info_t * | fi | ||
| ) |
Extract public data from the GEL file descriptor. These data becomes invalid if the GEL file is closed.
| e | File descriptor. |
| fi | Result of the call, that is, GEL file information. |