added fmt.h

This commit is contained in:
2013-10-20 12:39:31 +00:00
parent bd3502f7e9
commit abff341236
3 changed files with 55 additions and 0 deletions

View File

@ -211,6 +211,9 @@ QSE_EXPORT qse_ssize_t qse_sio_flush (
qse_sio_t* sio
);
/**
* The qse_sio_purge() funtion purges all buffered data without writing.
*/
QSE_EXPORT void qse_sio_purge (
qse_sio_t* sio
);