10 lines
195 B
C++
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, ...);
|