Annotation of coherent/b/lib/libc/stdio/remove.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * libc/stdio/remove.c
        !             3:  * ANSI-compliant C standard i/o library.
        !             4:  * ANSI 4.9.4.1.
        !             5:  * Remove a file.
        !             6:  */
        !             7: 
        !             8: #include <stdio.h>
        !             9: 
        !            10: int
        !            11: remove(filename) char *filename;
        !            12: {
        !            13:        return unlink(filename);
        !            14: }
        !            15: 
        !            16: /* end of libc/stdio/remove.c */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.