pipewire/src/modules/module-avb/strings.h

15 lines
350 B
C
Raw Normal View History

/* SPDX-FileCopyrightText: Copyright © 2026 Nils Tonnaett*/
/* SPDX-License-Identifier: MIT */
#ifndef AVB_STRINGS_H
#define AVB_STRINGS_H
#include <stddef.h>
#include <stdint.h>
#include <string.h>
2026-05-18 12:47:02 -07:00
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 */