minix3/include/env.h

5 lines
168 B
C
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
int env_parse(const char *env, const char *fmt, int field, long *param, long min,
long max);
void env_panic(const char *env);
int env_prefix(char *env, char *prefix);