mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 11:50:29 +00:00
9 lines
105 B
C++
9 lines
105 B
C++
#include <string>
|
|
int main(int argc, char* argv[])
|
|
{
|
|
#ifndef __NEWLIB__
|
|
XXX
|
|
#endif
|
|
return 0;
|
|
}
|