From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a04164.html | 94 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 docs/doxygen/nel/a04164.html (limited to 'docs/doxygen/nel/a04164.html') diff --git a/docs/doxygen/nel/a04164.html b/docs/doxygen/nel/a04164.html new file mode 100644 index 00000000..122ecddd --- /dev/null +++ b/docs/doxygen/nel/a04164.html @@ -0,0 +1,94 @@ + + +NeL: common.h File Reference + + + +
+

common.h File Reference


Detailed Description

+common algorithms, constants and functions

+

Id
common.h,v 1.69 2004/03/04 14:34:35 vizerie Exp
+ +

+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
+


Define Documentation

+

+ + + + +
+ + +
#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); +

+Definition at line 551 of file common.h.

+


Generated on Tue Mar 16 06:42:20 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1