Changes

m
no edit summary
Line 1: Line 1: −
<pre><nowiki>
+
<source lang="c">
 
//code by WinterMute
 
//code by WinterMute
 
#include <stdio.h>
 
#include <stdio.h>
Line 174: Line 174:  
return 0;
 
return 0;
 
}
 
}
</nowiki></pre>
+
</source>
    
To make this example work, extra libraries must be linked in.  Modify the standard Makefile LIBS line as follows:<br>
 
To make this example work, extra libraries must be linked in.  Modify the standard Makefile LIBS line as follows:<br>
 
<code>LIBS := -lwiiuse -lbte -logc</code>
 
<code>LIBS := -lwiiuse -lbte -logc</code>
3,032

edits