factor/native/misc.h

12 lines
304 B
C
Raw Normal View History

void *safe_malloc(size_t size);
2004-08-04 03:12:55 -04:00
void primitive_exit(void);
void primitive_os_env(void);
void primitive_eq(void);
2005-03-21 20:59:30 -05:00
s64 current_millis(void);
2004-08-04 03:12:55 -04:00
void primitive_millis(void);
2004-12-17 12:22:16 -05:00
#ifdef WIN32
char *buffer_to_c_string(char *buffer);
F_STRING *get_error_message(void);
DLLEXPORT char *error_message(DWORD id);
2004-12-17 12:22:16 -05:00
#endif