File: udo.cpp

package info (click to toggle)
udo 6.4.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,680 kB
  • sloc: ansic: 42,702; makefile: 81; cpp: 19
file content (28 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

#pragma hdrstop
#include <condefs.h>


//---------------------------------------------------------------------------
USEUNIT("..\udo.c");
USEUNIT("..\cfg.c");
USEUNIT("..\chr.c");
USEUNIT("..\cli.c");
USEUNIT("..\env.c");
USEUNIT("..\file.c");
USEUNIT("..\img.c");
USEUNIT("..\msg.c");
USEUNIT("..\par.c");
USEUNIT("..\str.c");
USEUNIT("..\sty.c");
USEUNIT("..\tab.c");
USEUNIT("..\toc.c");
USEUNIT("..\tp.c");
USEUNIT("..\abo.c");
//---------------------------------------------------------------------------
#pragma argsused
extern int main ( int argc, const char *argv[] );
//int main(int argc, char* argv[])
//{
//        return 0;
//}