mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
🆕 malloc 、printf
This commit is contained in:
20
user/libs/libc/__libc__.h
Normal file
20
user/libs/libc/__libc__.h
Normal file
@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
# define __BEGIN_HEADER \
|
||||
extern "C" \
|
||||
{
|
||||
|
||||
# define __END_HEADER \
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
# define __BEGIN_HEADER
|
||||
|
||||
# define __END_HEADER
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user