"Fossies" - the Fresh Open Source Software Archive

Member "statist-1.4.2/src/menue.h" (22 Sep 2005, 620 Bytes) of package /linux/privat/old/statist-1.4.2.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "menue.h" see the Fossies "Dox" file reference documentation.

    1 /* This file is part of statist
    2 **
    3 ** It is distributed under the GNU General Public License.
    4 ** See the file COPYING for details.
    5 **
    6 ** (c) 1997 Dirk Melcher
    7 **  Doerper Damm 4
    8 **  49134 Wallenhorst
    9 **  GERMANY
   10 **  Tel. 05407/7636
   11 **  email: Dirk.Melcher@usf.Uni-Osnabrueck.DE
   12 **
   13 ***************************************************************/
   14 
   15 /* menue.h fuer STATIST */
   16 
   17 extern void main_menue();
   18 extern void data_menu();
   19 extern void regress_menu();
   20 extern void test_menu();
   21 extern void misc_menu();
   22 extern void manipulate_menu();
   23 extern void prefs_menu();
   24 
   25 extern int  getint();
   26 
   27 extern BOOLEAN equal_rows(int nm);