lib.h: add #define for strtoll (Steve Simon)

This commit is contained in:
Russ Cox 2009-03-13 16:11:55 +00:00
parent 3c2bf42f22
commit 5df8776caf
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#define log2 liblog2
#define log liblog
#define reboot libreboot
#define strtoll libstrtoll
#undef timeradd
#define timeradd xtimeradd