Files
arduino-spybug/spybug/fstr.hh
2022-04-19 16:44:54 +02:00

10 lines
195 B
C++

#pragma once
#include <Arduino.h>
size_t fstrlen(const __FlashStringHelper *s);
bool fstreq(const char *a, const __FlashStringHelper *b_fsh);
int printf(const __FlashStringHelper *fmt, ...);