home *** CD-ROM | disk | FTP | other *** search
- /* test.c
- **
- ** $VER: test.c 0.2 (30.04.94)
- **
- ** by
- **
- ** Stefan Ruppert , Windthorststraße 5 , 65439 Flörsheim , GERMANY
- **
- ** (C) Copyright 1994
- ** All Rights Reserved !
- **
- ** $HISTORY:
- **
- ** 30.04.94 : 000.002 : german doc added
- ** 29.04.94 : 000.001 : initial
- */
-
- /*GB*** test.lib/test ****************************************************
- *
- * here the documentation of test from test.c
- *
- ***** END of documentation **********************************************/
-
- /*GB*M* Menu/Project/Open ************************************************
- *
- * here the menu-documentation from test.c
- *
- ***** END of Menu-documentation *****************************************/
-
- /*D**** test.lib/test ****************************************************
- *
- * hier die Dokumentation für test aus test.c
- *
- ***** ENDE der Dokumentation ********************************************/
-
- /*D**M* Menü/Projekt/Öffnen **********************************************
- *
- * hier die Menü-Dokumentation aus test.c
- *
- ***** ENDE der Menü-Dokumentation ***************************************/
-
- void test(void )
- {
- /* some C code here. why not ? */
-
- }
-
-