home *** CD-ROM | disk | FTP | other *** search
- /* Turbo C/ Turbo C++
- ufc024.c - generic example
- */
-
- #include "_UFC02.H" /* standard include file */
- #include "testfmt.H" /* include file for <testfmt> */
- main()
- { MOUSEON(); /* initialize mouse */
- FKZ=2; /* function identifier */
- SM=0; /* cursor position */
- RET=112; /* shadow attribute */
- memcpy(FMT,"testfmt ",8); /* format name */
- #include "testfmt.i" /* format layout */
- UNIF(&FKZ,FMT,testfmt.fld0,&RET,&SM,Daten); /* call UNIF */
- MOUSEOFF(); /* hide mouse */
- }
-