misc/physfs/extras/physfsfgets.h
author Mrowqa
Tue, 04 Dec 2012 09:24:10 +0100
branchflibqtfrontend
changeset 8261 c8236fcbe160
parent 8100 0e6fadf81a2c
permissions -rw-r--r--
GCI2012: Corrected headers for generate documentation (doxygen)

#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