diff options
author | Ren Kararou <[email protected]> | 2025-01-26 03:41:25 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2025-01-26 03:41:25 -0600 |
commit | 1bcf3de7f521d83185cce580db2dea6d50a617b6 (patch) | |
tree | c06850c6c0df9bdc9ca395ecc9ebe67b7c9dfb86 /inc/netascii.h | |
parent | 9ec8d6d9dc03791f6ab1e3ad108c8d705d355696 (diff) | |
download | nbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.tar.gz nbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.tar.bz2 nbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.zip |
try bazel bazel
Diffstat (limited to 'inc/netascii.h')
-rw-r--r-- | inc/netascii.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/inc/netascii.h b/inc/netascii.h deleted file mode 100644 index ae80bae..0000000 --- a/inc/netascii.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef NBD_NETASCII_H -#define NBD_NETASCII_H -#include <stdint.h> -#include <stdlib.h> - -uint8_t is_netascii_char(char c); -uint8_t is_netascii_str(char *str); -uint8_t is_netascii_buf(char *buf, size_t len); - -#endif |