comparison toys.h @ 1008:a55854bde872

su: cleanery * make help message more like others * s/TT\.(.)Argu/TT.\1/g * move environ to toys.h * simplify failure messages * clear password before quit * not check what execve returns * -lc
author Strake <strake888@gmail.com>
date Sat, 17 Aug 2013 02:54:58 -0500
parents d7bd69bec519
children acf7bb2b99e2
comparison
equal deleted inserted replaced
1007:c05343c592fa 1008:a55854bde872
115 115
116 // One big temporary buffer, for use by commands (not library functions). 116 // One big temporary buffer, for use by commands (not library functions).
117 117
118 extern char toybuf[4096]; 118 extern char toybuf[4096];
119 119
120 extern char **environ;
121
120 #define GLOBALS(...) 122 #define GLOBALS(...)
121 123
122 #define ARRAY_LEN(array) (sizeof(array)/sizeof(*array)) 124 #define ARRAY_LEN(array) (sizeof(array)/sizeof(*array))