diff dmres.h @ 235:4a672d96978f

Add dmfgets() function.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 08 Oct 2012 15:45:38 +0300
parents c6b4fa03744c
children 59045853853d
line wrap: on
line diff
--- a/dmres.h	Mon Oct 08 15:21:59 2012 +0300
+++ b/dmres.h	Mon Oct 08 15:45:38 2012 +0300
@@ -146,6 +146,7 @@
 int          dmfputc(int, DMResource *);
 size_t       dmfread(void *, const size_t, const size_t, DMResource *);
 size_t       dmfwrite(void *, const size_t, const size_t, DMResource *);
+char *       dmfgets(char *s, int size, DMResource * f);
 
 
 // Specialized functions for endianess based reading etc