simplification, including use of strtoull() everywhere

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35503 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-09-03 13:36:45 +00:00
parent d2401da38c
commit 0be505308d
33 changed files with 41 additions and 66 deletions

View file

@ -57,16 +57,11 @@
#import "common.h"
#include <stdio.h>
#include <string.h>
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#ifdef HAVE_STRERROR
# include <errno.h>
#endif
#if defined(HAVE_SYS_SIGNAL_H)
# include <sys/signal.h>
#elif defined(HAVE_SIGNAL_H)