mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Martin Mares
49e4a4d1fd
Created new functions for allocating configuration data:
o cfg_alloc(size) -- generic memory allocation o cfg_allocu(size) -- unaligned memory allocation o cfg_allocz(size) -- zeroed memory allocation o cfg_strcpy(str) -- allocate a copy of a string Also fixed a bug in lexing of string literals.
…
…
Description
No description provided
Languages
C
87.4%
Yacc
6.1%
Perl
2.8%
M4
1.5%
Lex
0.7%
Other
1.5%