[Add] laos base boot
This commit is contained in:
7
laos/include/macro.h
Normal file
7
laos/include/macro.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef MACRO_H__
|
||||
#define MACRO_H__
|
||||
|
||||
#define TOSTRING_(x) #x
|
||||
#define TOSTRING(x) TOSTRING_(x)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user