mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 12:42:36 +01:00
b4a6eb2f78
Can now optionally link newlib, stdc++, devoptab.
13 lines
132 B
C++
13 lines
132 B
C++
#include "wut_gthread.h"
|
|
|
|
extern "C" void
|
|
__init_wut_stdcpp()
|
|
{
|
|
__init_wut_gthread();
|
|
}
|
|
|
|
extern "C" void
|
|
__fini_wut_stdcpp()
|
|
{
|
|
}
|