// Copyright 2022 Darwin Schuppan // SPDX license identifier: MIT #pragma once #include size_t fstrlen(const __FlashStringHelper *s); bool fstreq(const char *a, const __FlashStringHelper *b_fsh); int printf(const __FlashStringHelper *fmt, ...);