1#pragma once
 2
 3#include <pw_types.h>
 4
 5#ifdef __cplusplus
 6extern "C" {
 7#endif
 8
 9[[nodiscard]] bool html_escape(PwValuePtr str);
10
11#ifdef __cplusplus
12}
13#endif