Added portable_namespace.c
This commit is contained in:
parent
c94344c4d4
commit
edfe85af57
13
portable_namespace.c
Normal file
13
portable_namespace.c
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#include "portable_namespace.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
signed main() {
|
||||||
|
nm::fun();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
#else
|
||||||
|
signed main() {
|
||||||
|
NM_fun();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user