In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
No change in size ,  21:07, 4 November 2009
m
no edit summary
Line 1: Line 1:  
{{lowercase title}}
 
{{lowercase title}}
'''libFAT''' is a library for accessing FAT file systems such as those on SD cards and USB mass storage devices. It is included as part of [[devkitPPC]] / [[libogc]].
+
'''libfat''' is a library for accessing FAT file systems such as those on SD cards and USB mass storage devices. It is included as part of [[devkitPPC]] / [[libogc]].
    
== Installation ==
 
== Installation ==
   −
libFAT is included as part of [[devkitPPC]], just specify -lfat in LIBS section of your Makefile to start using it.
+
libfat is included as part of [[devkitPPC]], just specify -lfat in LIBS section of your Makefile to start using it.
    
== Sample Code ==
 
== Sample Code ==
   −
The following is a piece of sample code that illustrates using libFAT to do a recursive directory listing of the SD card.
+
The following is a piece of sample code that illustrates using libfat to do a recursive directory listing of the SD card.
 
* [[Media:Directory.zip|Sample code]]
 
* [[Media:Directory.zip|Sample code]]
   Line 16: Line 16:  
== See Also ==
 
== See Also ==
   −
* [[:Category:Homebrew using libfat|Homebrew using libFAT]]
+
* [[:Category:Homebrew using libfat|Homebrew using libfat]]
 
* [[Libntfs]]
 
* [[Libntfs]]
 
* [[LibELM]]
 
* [[LibELM]]
401

edits

Navigation menu