diff options
author | dzwdz | 2023-08-30 00:03:43 +0200 |
---|---|---|
committer | dzwdz | 2023-08-30 00:03:43 +0200 |
commit | cf7877737ff5032f8bad59d57b048f66c4813b5b (patch) | |
tree | ec9c66772331594c30b34062a2cb0f72719d6f6e /src/cmd/netstack/util.h | |
parent | f71af249cfb9ca9eb0832cc46437b2c5cb7bb217 (diff) |
style: get rid of eprintf
Diffstat (limited to 'src/cmd/netstack/util.h')
-rw-r--r-- | src/cmd/netstack/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <stdlib.h> #include <string.h> -#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( |