-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsymbol_function_table.txt
More file actions
18 lines (18 loc) · 1.06 KB
/
symbol_function_table.txt
File metadata and controls
18 lines (18 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SYMBOL TABLE FUNCTIONS
----------------------------------------------------------------------
LINE NO -> TYPE-> NAME -> RETURN -> PARAM
----------------------------------------------------------------------
35 -> string -> fctt -> name (string name)
----------------------------------------------------------------------
45 -> int -> testFunction -> z (int x) (int z)
----------------------------------------------------------------------
55 -> string -> soare -> "luna" ( )
----------------------------------------------------------------------
59 -> string -> alo -> "cf" (int x)
----------------------------------------------------------------------
63 -> char -> munte -> "mare" (int z)
----------------------------------------------------------------------
69 -> bool -> adevarat -> true (int i) (int o) (int a)
----------------------------------------------------------------------
73 -> int -> test -> 0 (int param1) (int param2) (float fr)
----------------------------------------------------------------------