// S : tags stdio libc c // S : expect --result valid // S : cc -o test.bc -D_PDCLIB_BUILD -DTEST $file // S : verify -o nofail:malloc -o nofail:vfs test.bc /* This is an example implementation of remove() fit for use with POSIX kernels. */ #include #include "_PDCLIB_test.h" int main( void ) { /* Testing covered by ftell.c (and several others) */ return TEST_RESULTS; }