change startup code to call munmap()/munmap_text() to map out
[minix.git] / include / env.h
blob81011fc7c5ebf575cca63ba20a01fac3ecce7de2
1 _PROTOTYPE( int env_parse, (char *env, char *fmt, int field,
2 long *param, long min, long max) );
3 _PROTOTYPE( void env_panic, (char *env) );
4 _PROTOTYPE( int env_prefix, (char *env, char *prefix) );
5 _PROTOTYPE( int env_memory_parse, (struct memory *chunks, int nchunks) );