3 /* _PDCLIB_allocpages( int const )
\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 _PDCLIB_allocpages
\r
16 #include <_PDCLIB_glue.h>
\r
18 void _PDCLIB_freepages( void * p, size_t n )
\r
25 #include <_PDCLIB_test.h>
\r
29 return TEST_RESULTS;
\r