[BACK]Return to true.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / true

Annotation of src/usr.bin/true/true.c, Revision 1.1

1.1     ! deraadt     1: /*     $OpenBSD$       */
        !             2:
        !             3: /* Public domain - Theo de Raadt */
        !             4:
        !             5: int
        !             6: main(int argc, char *argv[])
        !             7: {
        !             8:        return (0);
        !             9: }