misc/physfs/extras/physfsfgets.h
author unc0rr
Sun, 16 Dec 2012 12:05:32 +0400
branchflibqtfrontend
changeset 8282 1f81bcce3ee6
parent 8100 0e6fadf81a2c
permissions -rw-r--r--
Implement some more callbacks

#ifndef PHYSFS_FGETS_H
#define PHYSFS_FGETS_H

#ifdef __cplusplus
extern "C" {
#endif

#include "physfs.h"

char * PHYSFS_fgets(char * str, int size, PHYSFS_file * f);


#ifdef __cplusplus
}
#endif

#endif