ICMPv4 utilities reimplemented from scratch
Find a file
lohhiiccc 18211e441c refactor(cli): replace int return codes with e_cli_code enum for argument parsing
- Introduces the e_cli_code enum for CLI status codes, replacing integer constants.
- Updates cli_parse_arguments to return e_cli_code instead of int.
- Refactors main.c, cli.h, and cli/parse.c to use the new enum.
2026-03-03 15:18:28 +01:00
includes refactor(cli): replace int return codes with e_cli_code enum for argument parsing 2026-03-03 15:18:28 +01:00
libicmp@69a6a633d4 chore: update libicmp 2026-03-02 13:22:50 +01:00
src refactor(cli): replace int return codes with e_cli_code enum for argument parsing 2026-03-03 15:18:28 +01:00
tests test(cli/handlers): add unit tests for CLI handlers 2026-03-03 11:26:58 +01:00
.gitignore feat: add version generation and CLI parsing 2026-03-01 13:55:11 +01:00
configure refactor(cli): replace runtime size vars with compile-time enum constants 2026-03-03 09:06:28 +01:00
LICENSE Initial commit 2026-02-07 20:54:16 +01:00
Makefile fix(test): compilation and deps 2026-03-02 10:04:24 +01:00
README.md Initial commit 2026-02-07 20:54:16 +01:00
sources.mk test(cli/handlers): add unit tests for CLI handlers 2026-03-03 11:26:58 +01:00

ft_ping

TODO

Code Style

TODO

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Authors

See Also