|
C_Practice
|
#include "struct_process.h"Functions | |
| void | struct_init (PSTRUCTTAG p_tag, int memberA, int memberB) |
| void | struct_free (PSTRUCTTAG p_tag) |
| void struct_free | ( | PSTRUCTTAG | p_tag | ) |
| void struct_init | ( | PSTRUCTTAG | p_tag, |
| int | memberA, | ||
| int | memberB | ||
| ) |
This function is assigning initial value in the structure...
| Pass | a pointer-to-structure |
| Assign | data to member A |
| Assign | data to member B |
Referenced by main().
1.8.15