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 an example initialization of stdin, stdout and stderr to the integer
10 file descriptors 0, 1, and 2, respectively. This applies for a great variety
11 of operating systems, including POSIX compliant ones.
18 /* TODO: Initialize stdin, stdout, stderr */
23 /* TODO: Necessity of this undef should probably be circumvented. */
25 #include <_PDCLIB_test.h>
29 TESTCASE( NO_TESTDRIVER );