Added localization, datetime and power management
This commit is contained in:
parent
dd4fda27bb
commit
a3bc0fc76c
13 changed files with 34046 additions and 14 deletions
|
@ -30,6 +30,7 @@ void debug(const char *fmt, ...);
|
|||
|
||||
void printstr(const char *str);
|
||||
|
||||
void snprintf(char *buf, size_t size, const char *fmt, va_list args);
|
||||
void snprintf(char *buf, size_t size, const char *fmt, ...);
|
||||
void vsnprintf(char *buf, size_t size, const char *fmt, va_list args);
|
||||
|
||||
#endif /* _PRINT_H */
|
Loading…
Add table
Add a link
Reference in a new issue