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

Last change on this file since 100 was 100, checked in by rosiere, 15 years ago

1) Bug fix (Operation, Instruction)
2) Modif Return Address Stack
3) Add Soft Test
4) Add Soc Test

  • 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.