core_log
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
||||
#if PLATFORM_ADDRESS_SANITIZER
|
||||
#include <sanitizer/asan_interface.h>
|
||||
#endif
|
||||
@@ -16,11 +17,17 @@
|
||||
#define MA_ASAN_UNPOISON_MEMORY_REGION(addr, size) ASAN_UNPOISON_MEMORY_REGION(addr, size)
|
||||
#endif
|
||||
|
||||
#if PLATFORM_WASM
|
||||
double strtod(const char *str, char **end_unused);
|
||||
void puts(const char *str);
|
||||
#endif
|
||||
|
||||
#if PLATFORM_CL
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#include "core_intrin.c"
|
||||
|
||||
Reference in New Issue
Block a user