3 /* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * )
5 This file is part of the Public Domain C Library (PDCLib).
6 Permission is granted to use, modify, and / or redistribute at will.
9 /* This is a stub implementation of _PDCLIB_flushbuffer
16 #include <_PDCLIB_glue.h>
19 int _PDCLIB_flushbuffer( struct _PDCLIB_file_t * stream )
29 #include <_PDCLIB_test.h>
33 /* Testing covered by ftell.c */