Nugget
Loading...
Searching...
No Matches
Functions
filesystem.c File Reference
#include <stddef.h>
#include "common/psxlibc/device.h"
#include "common/psxlibc/direntry.h"
#include "common/psxlibc/stdio.h"
#include "openbios/fileio/fileio.h"
Include dependency graph for filesystem.c:

Functions

struct DirEntryfirstFile (const char *filepath, struct DirEntry *entry)
 
struct DirEntrynextFile (struct DirEntry *entry)
 
int format (const char *deviceName)
 

Function Documentation

◆ firstFile()

struct DirEntry * firstFile ( const char *  filepath,
struct DirEntry entry 
)

◆ format()

int format ( const char *  deviceName)

◆ nextFile()

struct DirEntry * nextFile ( struct DirEntry entry)