Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c.

darcs-hash:20060120142721-ac50b-4b9850d889e2210e1d545339e29dcc038a3f2b04.gz
This commit is contained in:
axel
2006-01-21 00:27:21 +10:00
parent 70351b0e4f
commit a47065f648
12 changed files with 431 additions and 241 deletions

View File

@@ -13,6 +13,7 @@
#include "config.h"
#include "util.h"
#include "wutil.h"
#include "function.h"
#include "proc.h"
#include "parser.h"