Definition in file common.h.
#include "nel/misc/types_nl.h"
#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include <algorithm>
#include <string>
#include <vector>
#include <float.h>
#include <unistd.h>
#include <sys/types.h>
#include "nel/misc/string_common.h"
Go to the source code of this file.
Namespaces | |
namespace | NLMISC |
Defines | |
#define | new NL_NEW |
#define | nlisprint isprint |
|
|
|
this wrapping is due to a visual bug when calling isprint with big value example of crash with VC6 SP4: int a = isprint(0x40e208); |