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
Line 2: Line 2:
 
| image =  
 
| image =  
 
| title = libfat
 
| title = libfat
| description = Library
+
| desc = Library
 
| type = Development
 
| type = Development
 
| version    = 20080530
 
| version    = 20080530
Line 19: Line 19:
  
 
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]]
 
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]]
 +
 +
==HomeBrew Using libfat==
 +
Here is the list of [[:Category:Homebrew using libfat|homebrew using libfat]].
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]
[[Category:Homebrew using libfat]]
 

Revision as of 08:55, 22 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

HomeBrew Using libfat

Here is the list of homebrew using libfat.