mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Fix submodules for realsies
This commit is contained in:
parent
4d1bb6f866
commit
4395013118
1837 changed files with 212975 additions and 55881 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
int main(int argc, char** argv) {
|
||||
// Put the string on the heap to make sure heap initialization works
|
||||
const char* buffer = calloc(6969, sizeof(char));
|
||||
char* buffer = calloc(6969, sizeof(char));
|
||||
strcpy(buffer, "Hello world\n");
|
||||
|
||||
svcOutputDebugString(buffer, strlen(buffer));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue