Loading XML
Posted: Wed Jul 08, 2009 1:26 am
Does anyone know how to load XML onto the DS, or a way to just read in data from an outside file I would greatly appreciate the help.
Code: Select all
#include <fat.h>
int main(int argc, char **argv) {
if ( fatInitDefault() ){
...
code uses stdio ( fopen, fread, fwrite etc )
...
}
}