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

Difference between revisions of "Libfat"

From WiiBrew
Jump to navigation Jump to search
(new page with download link and category)
 
Line 15: Line 15:
  
 
Move the 3 files, 2 static libraries and 1 header, into their corresponding subdirectories under your devkitPro [[libogc]] installation, i.e. /opt/devkitpro/libogc
 
Move the 3 files, 2 static libraries and 1 header, into their corresponding subdirectories under your devkitPro [[libogc]] installation, i.e. /opt/devkitpro/libogc
 +
 +
== Sample Code ==
 +
 +
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|Download]]
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 
[[Category:Homebrew using libfat]]
 
[[Category:Homebrew using libfat]]

Revision as of 07:06, 20 December 2008

libfat
General
Author(s)Community Project
TypeDevelopment
Version20080530
Links
[[Sourceforge|Download]]
Source

If you get the error "warning: fat.h: No such file or directory" when compiling, you need to download libfat.

Installation

Move the 3 files, 2 static libraries and 1 header, into their corresponding subdirectories under your devkitPro libogc installation, i.e. /opt/devkitpro/libogc

Sample Code

The following is a piece of sample code that illustrates using libfat to do a recursive directory listing of the sd card. Download