5 This file is part of the Public Domain C Library (PDCLib).
6 Permission is granted to use, modify, and / or redistribute at will.
14 #include <_PDCLIB_glue.h>
16 extern struct _PDCLIB_file_t * _PDCLIB_filelist;
18 /* This is a stub implementation of tmpfile
20 struct _PDCLIB_file_t * tmpfile( void )
29 #include <_PDCLIB_test.h>