521de2a716
Only possible user of that function. While here, fix bug about NR_MEMS vs MAXMEMMAP NR_MEMS=16 is currently less than MAXMEMMAP=40; avoid overriding
4 lines
150 B
C
4 lines
150 B
C
int env_parse(char *env, char *fmt, int field, long *param, long min,
|
|
long max);
|
|
void env_panic(char *env);
|
|
int env_prefix(char *env, char *prefix);
|