forked from Bananymous/banan-os
Libc is now written in C++
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#define __banan_libc 1
|
||||
#define __banan_libc 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define __BEGIN_DECLS extern "C" {
|
||||
#define __END_DECLS }
|
||||
#else
|
||||
#define __BEGIN_DECLS
|
||||
#define __END_DECLS
|
||||
#endif
|
||||
Reference in New Issue
Block a user