3 /* _PDCLIB_open( char const * const, int )
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 open.
16 #include <_PDCLIB_glue.h>
18 int _PDCLIB_open( char const * const filename, unsigned int mode )
27 #include <_PDCLIB_test.h>