misc/physfs/extras/physfsfgets.h
author Marco Bresciani
Fri, 07 Dec 2012 11:05:17 -0500
branchflibqtfrontend
changeset 8265 c678e5105c31
parent 8100 0e6fadf81a2c
permissions -rw-r--r--
updated frontend translation

#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