forked from Piraterna/aurix
Added mem_realloc and string functions
This commit is contained in:
parent
56c522d05a
commit
12c9b4fdcc
10 changed files with 278 additions and 15 deletions
|
@ -20,6 +20,7 @@
|
|||
#ifndef _PRINT_H
|
||||
#define _PRINT_H
|
||||
|
||||
#include "nanoprintf.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
@ -29,4 +30,6 @@ void debug(const char *fmt, ...);
|
|||
|
||||
void printstr(const char *str);
|
||||
|
||||
void snprintf(char *buf, size_t size, const char *fmt, ...);
|
||||
|
||||
#endif /* _PRINT_H */
|
Loading…
Add table
Add a link
Reference in a new issue