mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
[Horus]
This commit is contained in:
parent
7d0f5a9d9b
commit
fda4cac1ed
16 changed files with 106 additions and 84 deletions
|
@ -19,7 +19,8 @@
|
|||
*/
|
||||
|
||||
char * strAppend(char * dest, const char * source, int len=0);
|
||||
char * strAppendNumber(char * dest, unsigned int value, uint8_t digits=0, uint8_t radix=10);
|
||||
char * strAppendUnsigned(char * dest, uint32_t value, uint8_t digits=0, uint8_t radix=10);
|
||||
char * strAppendSigned(char * dest, int32_t value, uint8_t digits=0, uint8_t radix=10);
|
||||
char * strSetCursor(char * dest, int position);
|
||||
char * strAppendDate(char * str, bool time=false);
|
||||
char * strAppendFilename(char * dest, const char * filename, const int size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue