From 56e16791c8ab30d3044fd9b84f249fb01ec33045 Mon Sep 17 00:00:00 2001 From: TravisCI-DocBuilder Date: Mon, 7 Dec 2015 10:47:23 +0000 Subject: [PATCH] Doc generated from commit 1c18b0bffe351775fe6b7628f1b539f41f34c5cf --- ...nting_2both-screen-text_2source_2main_8c-example.html | 8 -------- ...2printing_2colored-text_2source_2main_8c-example.html | 8 -------- ..._2printing_2hello-world_2source_2main_8c-example.html | 9 --------- ..._2multiple-windows-text_2source_2main_8c-example.html | 8 -------- threads_2event_2source_2main_8c-example.html | 2 +- 5 files changed, 1 insertion(+), 34 deletions(-) diff --git a/graphics_2printing_2both-screen-text_2source_2main_8c-example.html b/graphics_2printing_2both-screen-text_2source_2main_8c-example.html index 1da4e1e..193300c 100644 --- a/graphics_2printing_2both-screen-text_2source_2main_8c-example.html +++ b/graphics_2printing_2both-screen-text_2source_2main_8c-example.html @@ -84,14 +84,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Both Screen Text example made by Aurelio Mannara for ctrulib
This code was modified for the last time on: 12/12/2014 23:20 UTC+1
-
This wouldn't be possible without the amazing work done by:
-
-Smealum
-
-fincs
-
-WinterMute
-
-yellows8
-
-plutoo
-
-mtheall
-
-Many others who worked on 3DS and I'm surely forgetting about
*/
#include <3ds.h>
diff --git a/graphics_2printing_2colored-text_2source_2main_8c-example.html b/graphics_2printing_2colored-text_2source_2main_8c-example.html index cfb7c47..e16b794 100644 --- a/graphics_2printing_2colored-text_2source_2main_8c-example.html +++ b/graphics_2printing_2colored-text_2source_2main_8c-example.html @@ -84,14 +84,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Colored Text example made by Aurelio Mannara for ctrulib
This code was modified for the last time on: 12/12/2014 23:00 UTC+1
-
This wouldn't be possible without the amazing work done by:
-
-Smealum
-
-fincs
-
-WinterMute
-
-yellows8
-
-plutoo
-
-mtheall
-
-Many others who worked on 3DS and I'm surely forgetting about
*/
#include <3ds.h>
diff --git a/graphics_2printing_2hello-world_2source_2main_8c-example.html b/graphics_2printing_2hello-world_2source_2main_8c-example.html index ab14747..81a9604 100644 --- a/graphics_2printing_2hello-world_2source_2main_8c-example.html +++ b/graphics_2printing_2hello-world_2source_2main_8c-example.html @@ -83,15 +83,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
/*
Hello World example made by Aurelio Mannara for ctrulib
This code was modified for the last time on: 12/12/2014 21:00 UTC+1
-
-
This wouldn't be possible without the amazing work done by:
-
-Smealum
-
-fincs
-
-WinterMute
-
-yellows8
-
-plutoo
-
-mtheall
-
-Many others who worked on 3DS and I'm surely forgetting about
*/
#include <3ds.h>
diff --git a/graphics_2printing_2multiple-windows-text_2source_2main_8c-example.html b/graphics_2printing_2multiple-windows-text_2source_2main_8c-example.html index a1b00af..1c028f2 100644 --- a/graphics_2printing_2multiple-windows-text_2source_2main_8c-example.html +++ b/graphics_2printing_2multiple-windows-text_2source_2main_8c-example.html @@ -84,14 +84,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Multiple Windows Text example made by Aurelio Mannara for ctrulib
This code was modified for the last time on: 12/12/2014 23:50 UTC+1
-
This wouldn't be possible without the amazing work done by:
-
-Smealum
-
-fincs
-
-WinterMute
-
-yellows8
-
-plutoo
-
-mtheall
-
-Many others who worked on 3DS and I'm surely forgetting about
*/
#include <3ds.h>
diff --git a/threads_2event_2source_2main_8c-example.html b/threads_2event_2source_2main_8c-example.html index 24f38f2..9e6ed02 100644 --- a/threads_2event_2source_2main_8c-example.html +++ b/threads_2event_2source_2main_8c-example.html @@ -120,7 +120,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
u32 *threadStack = memalign(32, STACKSIZE);
Result ret = svcCreateThread(&threadHandle, threadMain, 0, &threadStack[STACKSIZE/4], 0x3f, 0);
-
printf("thread create returned %x\n", ret);
+
printf("thread create returned %lx\n", ret);
// Main loop
while (aptMainLoop())
-- 2.39.5