#%*&*@#(@ sun

This commit is contained in:
Russ Cox
2006-05-21 17:02:05 +00:00
parent ee4955c879
commit 1125f094ce
29 changed files with 563 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
#include <u.h>
#include <libc.h>
#define VLONG_MAX ~(((vlong) 1)<<63)
#define VLONG_MIN (((vlong) 1)<<63)
#define VLONG_MAX ((vlong)~(((uvlong)1)<<63))
#define VLONG_MIN ((vlong)(((uvlong)1)<<63))
vlong
strtoll(const char *nptr, char **endptr, int base)
{