summaryrefslogtreecommitdiffstats
path: root/runtime/user/emul.h
blob: 922c6e4c3546216003dc314cbfd1d3db2afe08a5 (plain)
1
2
3
4
5
6
7
8
9
#define vscnprintf vsnprintf
#define _stp_log printf

#undef smp_processor_id
#define smp_processor_id(x) 0

#include <stdarg.h>
unsigned long strtoul(const char *nptr, char **endptr, int base);
#define simple_strtoul strtoul