gwenhywfar  4.3.1
Defines | Functions
syncio_buffered.h File Reference
#include <gwenhywfar/syncio.h>
#include <gwenhywfar/buffer.h>
#include <gwenhywfar/stringlist.h>

Go to the source code of this file.

Defines

#define GWEN_SYNCIO_BUFFERED_TYPE   "buffered"

Functions

GWENHYWFAR_API GWEN_SYNCIOGWEN_SyncIo_Buffered_new (GWEN_SYNCIO *baseIo)
GWENHYWFAR_API int GWEN_SyncIo_Buffered_ReadLinesToStringList (GWEN_SYNCIO *sio, int maxLines, GWEN_STRINGLIST *sl)
GWENHYWFAR_API int GWEN_SyncIo_Buffered_ReadLineToBuffer (GWEN_SYNCIO *sio, GWEN_BUFFER *tbuf)

Define Documentation

#define GWEN_SYNCIO_BUFFERED_TYPE   "buffered"

Definition at line 34 of file syncio_buffered.h.

Referenced by GWEN_SyncIo_Buffered_new().


Function Documentation