* repeater: various "region" CLI changes
* transport codes 0000 and FFFF reserved
This commit is contained in:
@@ -12,4 +12,5 @@ public:
|
||||
static void strncpy(char* dest, const char* src, size_t buf_sz);
|
||||
static void strzcpy(char* dest, const char* src, size_t buf_sz); // pads with trailing nulls
|
||||
static const char* ftoa(float f);
|
||||
static bool isBlank(const char* str);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user