Tweaks for the Macintosh.

This commit is contained in:
rsc 2004-03-02 16:58:49 +00:00
parent 6e2cec77b2
commit 53dbac9485
5 changed files with 87 additions and 9 deletions

View file

@ -1,9 +1,9 @@
#include <u.h>
#include <libc.h>
int (*doquote)(int);
/* in libfmt */
extern int (*doquote)(int);
extern int __needsquotes(char*, int*);
extern int __runeneedsquotes(Rune*, int*);