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