|
ocssw
V2022
|
alloc_l2.c File Reference
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "l2_struc.h"#include "l12_proto.h"
Include dependency graph for alloc_l2.c:
Go to the source code of this file.
Functions | |
| void | free_l2 (l2str *l2rec) |
| int | alloc_l2 (l1str *l1rec, l2str *l2rec) |
Function Documentation
◆ alloc_l2()
| int alloc_l2 | ( | l1str * | l1rec, |
| l2str * | l2rec | ||
| ) |
Definition at line 17 of file alloc_l2.c.
◆ free_l2()
| void free_l2 | ( | l2str * | l2rec | ) |
Definition at line 7 of file alloc_l2.c.


