Loading...
Searching...
No Matches
Go to the documentation of this file.
27#ifndef G2O_OS_SPECIFIC_HH_
28#define G2O_OS_SPECIFIC_HH_
37#define drand48() ((double)rand() / (double)RAND_MAX)
43int vasprintf(
char** strp,
const char* fmt, va_list ap);