<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.psp-programming.com/code/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.psp-programming.com/code/feed.php">
        <title>Source Code</title>
        <description></description>
        <link>http://www.psp-programming.com/code/</link>
        <image rdf:resource="http://www.psp-programming.com/code/lib/images/favicon.ico" />
       <dc:date>2008-11-18T17:02:29-08:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.psp-programming.com/code/doku.php?id=c:netutility&amp;amp;rev=1213848416&amp;do=diff1213848416"/>
                <rdf:li rdf:resource="http://www.psp-programming.com/code/doku.php?id=c:functions&amp;amp;rev=1213846028&amp;do=diff1213846028"/>
                <rdf:li rdf:resource="http://www.psp-programming.com/code/doku.php?id=c:tools&amp;amp;rev=1213645081&amp;do=diff1213645081"/>
                <rdf:li rdf:resource="http://www.psp-programming.com/code/doku.php?id=c:tool_chain_on_linux&amp;amp;rev=1194920399&amp;do=diff1194920399"/>
                <rdf:li rdf:resource="http://www.psp-programming.com/code/doku.php?id=c:examples&amp;amp;rev=1185748490&amp;do=diff1185748490"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.psp-programming.com/code/lib/images/favicon.ico">
        <title>Source Code</title>
        <link>http://www.psp-programming.com/code/</link>
        <url>http://www.psp-programming.com/code/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.psp-programming.com/code/doku.php?id=c:netutility&amp;amp;rev=1213848416&amp;do=diff1213848416">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-18T21:06:56-08:00</dc:date>
        <dc:creator>Steve Baxter</dc:creator>
        <title>c:netutility</title>
        <link>http://www.psp-programming.com/code/doku.php?id=c:netutility&amp;amp;rev=1213848416&amp;do=diff1213848416</link>
        <description>In this section, The explanation of the PSPSDK’s Network Parameter utility will be shown.

All of these commands need this to be included: 

#include &lt;psputility_netparam.h&gt;

sceUtilityCheckNetParam()

The function checks for the existence of a specific network configuration.</description>
    </item>
    <item rdf:about="http://www.psp-programming.com/code/doku.php?id=c:functions&amp;amp;rev=1213846028&amp;do=diff1213846028">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-18T20:27:08-08:00</dc:date>
        <dc:creator>Steve Baxter</dc:creator>
        <title>c:functions</title>
        <link>http://www.psp-programming.com/code/doku.php?id=c:functions&amp;amp;rev=1213846028&amp;do=diff1213846028</link>
        <description>stdio.h

* fread -  Read block of data from a stream.
 * fgetc - Get the next character from a stream.
 * fwrite - Write a block of data to a stream.
 * fscanf - Read formatted data from a stream.
 * fopen -  Open a file.
 * frun - Run a file.
 * fclose - Close a steam.
 * clearerr - Reset error indicators.
 * feof - Check if End Of File has been reached.
 * ferror - Check for errors.
 * fflush - Flush a stream.
 * fgetpos - Get position in a stream.
 * fgets - Get a string from a stream.
 * fpu…</description>
    </item>
    <item rdf:about="http://www.psp-programming.com/code/doku.php?id=c:tools&amp;amp;rev=1213645081&amp;do=diff1213645081">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-16T12:38:01-08:00</dc:date>
        <dc:creator>aengus mcmillin</dc:creator>
        <title>c:tools - Added minpspw sdk</title>
        <link>http://www.psp-programming.com/code/doku.php?id=c:tools&amp;amp;rev=1213645081&amp;do=diff1213645081</link>
        <description>The minpspw tool is a compiled version of the pspsdk made for windows that works with visual studio and you can find it here &lt;http://minpspw.sourceforge.net/&gt; and a forum post with information can be found here &lt;http://forums.ps2dev.org/viewtopic.php?t=9812&amp;sid=ff572de728e83a182b06ee669bf4c2c3&gt;</description>
    </item>
    <item rdf:about="http://www.psp-programming.com/code/doku.php?id=c:tool_chain_on_linux&amp;amp;rev=1194920399&amp;do=diff1194920399">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-12T18:19:59-08:00</dc:date>
        <dc:creator>-----Sleepy-----</dc:creator>
        <title>c:tool_chain_on_linux</title>
        <link>http://www.psp-programming.com/code/doku.php?id=c:tool_chain_on_linux&amp;amp;rev=1194920399&amp;do=diff1194920399</link>
        <description>This is a guide on how to install the PSP Toolchain on linux. 
 First open Terminal (xterm, konsole, tty, etc).

Become root: 

su

On ubuntu: 

sudo su




 Then we will install some packages with apt-get 

apt-get install autoconf autogen automake1.9 bison gcc make libtool build-essential flex subversion libncurses5-dev patch texinfo wget</description>
    </item>
    <item rdf:about="http://www.psp-programming.com/code/doku.php?id=c:examples&amp;amp;rev=1185748490&amp;do=diff1185748490">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-29T15:34:50-08:00</dc:date>
        <dc:creator>Nathan Heaps</dc:creator>
        <title>c:examples</title>
        <link>http://www.psp-programming.com/code/doku.php?id=c:examples&amp;amp;rev=1185748490&amp;do=diff1185748490</link>
        <description>General

Get configuration &lt;- harleyg
 File size &lt;- harleyg
 Simple Collision Checking &lt;- gibbocool


PSP

 Screenshot &lt;- SG57
 Centered Text | LUA to C | Conversion &lt;- SG57
 2 Characters, 1 String, 1 Substitution Function &lt;- SG57
 File Reading and Printing Function &lt;- SG57</description>
    </item>
</rdf:RDF>
