File: dclean.c

package info (click to toggle)
diablo 1.16.test2-1
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 1,504 kB
  • ctags: 1,603
  • sloc: ansic: 17,654; perl: 2,054; sh: 260; csh: 118; makefile: 73
file content (16 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

/*
 * UTIL/DCLEAN.C
 *
 *
 */

#include "defs.h"

int
main(int ac, char **av)
{
    printf("dclean is no longer required and has been removed\n");
    exit(0);
}