source: trunk/minix/include/env.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 207 bytes
Line 
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) );
Note: See TracBrowser for help on using the repository browser.