typeof
This commit is contained in:
parent
14630e509d
commit
e7280038fb
@ -42,6 +42,10 @@ typedef u8 bool;
|
||||
extern void* memcpy(void *dest, const void * src, size_t n);
|
||||
#endif
|
||||
|
||||
#ifndef typeof
|
||||
#define typeof __typeof__
|
||||
#endif
|
||||
|
||||
#define dbg(N) kprintf("\e[95m%d\n",N)
|
||||
|
||||
#define nameof(V) #V
|
||||
|
||||
Loading…
Reference in New Issue
Block a user