Fix for C89 compatibility

This commit is contained in:
Николай Пузанов
2020-12-13 11:29:15 +03:00
parent ba79eaf7f4
commit 60245f9da0
3 changed files with 5 additions and 5 deletions

View File

@@ -12,4 +12,4 @@ void pp(put_char_func pc, const char *fmt, ...);
void p(const char *fmt, ...);
int psn(char *str, int size, const char *fmt, ...);
#endif // _UPRINTF
#endif /* _UPRINTF */