liblinux++
A hosted C++ runtime without any libc.
git clone
git://henryandlizzy.uk/liblinux++
Log
|
Files
|
Refs
false.cpp (26B)
1
int main()
2
{
3
return 1;
4
}