Use the POSIX C locale. */
| 151 | |
| 152 | /* Use the POSIX C locale. */ |
| 153 | void setup_locale(void) |
| 154 | { |
| 155 | setlocale(LC_ALL, "C"); |
| 156 | putenv("LC_ALL=C"); /* For exec{l,lp,v,vp}(...) */ |
| 157 | } |
| 158 | |
| 159 | /* Initial creation of tmpctx. */ |
| 160 | void setup_tmpctx(void) |