Tweaks for the Macintosh.
This commit is contained in:
parent
6e2cec77b2
commit
53dbac9485
5 changed files with 87 additions and 9 deletions
|
|
@ -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*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue