misc/physfs/extras/physfsfgets.h
author unc0rr
Thu, 06 Dec 2012 00:04:23 +0400
branchflibqtfrontend
changeset 8236 6984e15bb8f6
parent 8100 0e6fadf81a2c
permissions -rw-r--r--
Better check for bans

#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