net-tools/includes
lohhiiccc 2fc8d92e98 refactor(cli): replace runtime size vars with compile-time enum constants
Replace g_options_len and g_opt_str_len extern variables with
CLI_OPT_LEN and CLI_OPT_STR_LEN enum constants computed via X-macros.

Disables Variable Length Arrays (VLA) by enforcing the use of the -Wvla
flag in strict mode.
2026-03-03 09:06:28 +01:00
..
.gitkeep Initial commit 2026-02-07 20:54:16 +01:00
cli.h refactor(cli): replace runtime size vars with compile-time enum constants 2026-03-03 09:06:28 +01:00
cli_opt.h refactor(cli): replace runtime size vars with compile-time enum constants 2026-03-03 09:06:28 +01:00
ft_ping.h refactor: srcs/ -> src 2026-02-09 15:05:03 +01:00
ft_ping_const.h feat: add CLI argument parsing structure 2026-02-09 15:05:03 +01:00
ft_ping_flags.h feat: add CLI argument parsing structure 2026-02-09 15:05:03 +01:00