#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 | |
| 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.  More... | |
| void ALVAR_EXPORT | alvar::sleep (unsigned long milliseconds) | 
| Sleep for a specified amount of milliseconds.  More... | |