3 /* _PDCLIB_open( char const * const, int )
\r
5 This file is part of the Public Domain C Library (PDCLib).
\r
6 Permission is granted to use, modify, and / or redistribute at will.
\r
9 /* This is a stub implementation of open.
\r
16 #include <_PDCLIB_glue.h>
\r
18 bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,
\r
19 char const * const filename, unsigned int mode )
\r
28 #include <_PDCLIB_test.h>
\r
35 return TEST_RESULTS;
\r