incorporate changes from Google

This commit is contained in:
rsc 2006-05-22 14:54:34 +00:00
parent f8955f181e
commit e17e1a71c2
6 changed files with 67 additions and 13 deletions

View file

@ -41,6 +41,7 @@ void __fmtunlock(void);
int __ifmt(Fmt *f);
int __isInf(double d, int sign);
int __isNaN(double d);
int __needsep(int*, char**);
int __needsquotes(char *s, int *quotelenp);
int __percentfmt(Fmt *f);
void __quotesetup(char *s, Rune *r, int nin, int nout, Quoteinfo *q, int sharp, int runesout);