#include "Platform.h"
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
Go to the source code of this file.
Namespaces | |
namespace | alvar |
Main ALVAR namespace. | |
Functions | |
void ALVAR_EXPORT | alvar::errorAtLine (int status, int error, const char *filename, unsigned int line, const char *format,...) |
Error reporting function inspired by error_at_line() on Linux. | |
void ALVAR_EXPORT | alvar::sleep (unsigned long milliseconds) |
Sleep for a specified amount of milliseconds. |