/* SPDX-FileCopyrightText: Copyright © 2026 Nils Tonnaett*/ /* SPDX-License-Identifier: MIT */ #ifndef AVB_STRINGS_H #define AVB_STRINGS_H #include #include #include int check_zero_padding(const unsigned char *str, size_t len); int validate_utf8(const unsigned char *str, size_t len); #endif /* AVB_STRINGS_H */