5 lines
62 B
C
5 lines
62 B
C
#pragma once
|
|
|
|
#define SYS_WRITE 0x001
|
|
#define SYS_DEBUG 0x3FF
|
#pragma once
|
|
|
|
#define SYS_WRITE 0x001
|
|
#define SYS_DEBUG 0x3FF
|