libkeymap
2.0.4
Library to manage the Linux keymaps
|
Functions for search, open and close a file objects. More...
#include <stdio.h>
#include <sys/param.h>
Go to the source code of this file.
Data Structures | |
struct | lkfile |
Structure contains information about an open keymap file. More... | |
Typedefs | |
typedef struct lkfile | lkfile_t |
Structure contains information about an open keymap file. | |
Functions | |
lkfile_t * | lk_fpopen (const char *filename) |
void | lk_fpclose (lkfile_t *fp) |
int | lk_findfile (const char *fnam, const char *const *dirpath, const char *const *suffixes, lkfile_t *fp) |
Functions for search, open and close a file objects.
void lk_fpclose | ( | lkfile_t * | fp | ) |
int lk_findfile | ( | const char * | fnam, |
const char *const * | dirpath, | ||
const char *const * | suffixes, | ||
lkfile_t * | fp | ||
) |