From cf7877737ff5032f8bad59d57b048f66c4813b5b Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 30 Aug 2023 00:03:43 +0200 Subject: style: get rid of eprintf --- src/cmd/netstack/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cmd/netstack/util.h') diff --git a/src/cmd/netstack/util.h b/src/cmd/netstack/util.h index 0b29560..c1032a2 100644 --- a/src/cmd/netstack/util.h +++ b/src/cmd/netstack/util.h @@ -4,8 +4,6 @@ #include #include -#define eprintf(fmt, ...) fprintf(stderr, "netstack: "fmt"\n" __VA_OPT__(,) __VA_ARGS__) - uint32_t crc32(const uint8_t *buf, size_t len); uint16_t ip_checksum(const uint8_t *buf, size_t len); uint16_t ip_checksumphdr( -- cgit v1.2.3