31//extern unsigned short VERBOSE_LEVEL = 0; // greater it is, more logs there is.
32
33
34
35/*
36 * PROTOTYPES
37 */
38void swap(constvoid*, constvoid*, constlongunsignedint); // universal invertion of a and b. They must use the same memory size. Use the XOR swap algorithm
39 std::string strAfter(const std::string, const std::string); // return the string contains by mainStr after subStr
40 std::string randstr(size_t size, char* caracs); // Return a rand string contain given caracs
41//void flogs(short, const char* const, ...);
42//void ologs(short, const char* const, ...);
43void logs(constchar* const, ...);
44float round_float(constfloat, constfloat);
45
46// explicit prototypes
47#include "inlines.h"
48#include "templates.h"
49
50
51
52
53
54
55
56
57#endif
Generated on Sat Nov 1 2014 15:41:46 for Delaunator by 1.8.1.2