defrecord
wchar_t *defrecord(wchar_t *bp, int lim, FILE *fp);
wchar_t *(*awkrecord) ANSI((wchar_t *, int, FILE*)) = defrecord;
awkrecord = defrecord;