9 lines
205 B
C
9 lines
205 B
C
/* (C) Wiesner András, 2022 */
|
|
|
|
#ifndef EMBFORMAT_EMBFORMAT_H
|
|
#define EMBFORMAT_EMBFORMAT_H
|
|
|
|
unsigned long int embfmt(char *str, unsigned long int len, char *format, ...);
|
|
|
|
#endif //EMBFORMAT_EMBFORMAT_H
|