Go to the source code of this file.
◆ PSTRUCTTAG
◆ STRUCTTAG
◆ struct_free()
This function is freeing memory...
- Parameters
-
| Pass | a pointer-to-structure. |
- Returns
- none
◆ struct_init()
| void struct_init |
( |
PSTRUCTTAG |
p_tag, |
|
|
int |
memberA, |
|
|
int |
memberB |
|
) |
| |
This function is assigning initial value in the structure...
- Parameters
-
| Pass | a pointer-to-structure |
| Assign | data to member A |
| Assign | data to member B |
- Returns
- none
int memberB
Definition: struct_process.h:8
int memberA
Definition: struct_process.h:7
Referenced by main().