ldivmod, uldivmod: fix qdivrem calls
[minix.git] / include / env.h
blob2f6f64d77e32570cb76eec06ece7883ebfbca663
1 #ifdef __NBSD_LIBC
2 #endif
3 int env_parse(char *env, char *fmt, int field, long *param, long min,
4 long max);
5 void env_panic(char *env);
6 int env_prefix(char *env, char *prefix);
7 int env_memory_parse(struct memory *chunks, int nchunks);