#include <mspack.h>
#include <macros.h>
#include <string.h>
Go to the source code of this file.
◆ mspack_sys_filelen()
Definition at line 66 of file system.c.
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
int(* seek)(struct mspack_file *file, off_t offset, int mode)
off_t(* tell)(struct mspack_file *file)
◆ mspack_valid_system()
Definition at line 58 of file system.c.
void(* copy)(void *src, void *dest, size_t bytes)
void(* close)(struct mspack_file *file)
struct mspack_file *(* open)(struct mspack_system *self, const char *filename, int mode)
void(* message)(struct mspack_file *file, const char *format,...)
int(* read)(struct mspack_file *file, void *buffer, int bytes)
int(* write)(struct mspack_file *file, void *buffer, int bytes)
void *(* alloc)(struct mspack_system *self, size_t bytes)
◆ mspack_default_system