#include <stdlib.h>#include <string.h>#include <minix/config.h>#include <minix/const.h>#include "optset.h"Go to the source code of this file.
Defines | |
| #define | _MINIX 1 |
Functions | |
| FORWARD | _PROTOTYPE (void optset_parse_entry,(struct optset *entry, char *ptr, int len)) |
| PRIVATE void | optset_parse_entry (struct optset *entry, char *ptr, int len) |
| PUBLIC void | optset_parse (struct optset *table, char *string) |
| PUBLIC void optset_parse | ( | struct optset * | table, | |
| char * | string | |||
| ) |
| PRIVATE void optset_parse_entry | ( | struct optset * | entry, | |
| char * | ptr, | |||
| int | len | |||
| ) |
1.5.8