ttl because easy

This commit is contained in:
2025-02-24 11:19:24 -05:00
parent 82d8a71323
commit 21456260ad
4 changed files with 72 additions and 70 deletions

View File

@ -13,4 +13,10 @@
#include <errno.h>
#include <string.h>
struct arguments {
char* args[1];
int verbose;
unsigned int ttl;
};
#endif //MAIN_H