source: trunk/Softwares/Basic_test/src/c/include/dhry21.h @ 88

Last change on this file since 88 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 463 bytes
Line 
1#include "dhry.h"
2
3int main_dhry21 ();
4
5void        Proc_1 (Rec_Pointer);
6void        Proc_2 (One_Fifty *);
7void        Proc_3 (Rec_Pointer *);
8void        Proc_4 ();
9void        Proc_5 ();
10void        Proc_6 (Enumeration, Enumeration*);
11void        Proc_7 (One_Fifty,One_Fifty,One_Fifty*);
12void        Proc_8 (Arr_1_Dim,Arr_2_Dim,int,int);
13Enumeration Func_1 (Capital_Letter,Capital_Letter);
14Boolean     Func_2 (Str_30,Str_30);
15Boolean     Func_3 (Enumeration);
Note: See TracBrowser for help on using the repository browser.