File: ct.c

package info (click to toggle)
mgetty 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,872 kB
  • sloc: ansic: 42,728; sh: 6,487; perl: 6,262; makefile: 1,457; tcl: 756; lisp: 283
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

#include "mgetty.h"

int main _P2((argc, argv),  int argc, char ** argv )
{
    fprintf( stderr, "ct: not yet implemented\n" );
    return 1;
}