diff options
Diffstat (limited to 'project/Core/Inc')
| -rw-r--r-- | project/Core/Inc/Homework/printf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/Core/Inc/Homework/printf.h b/project/Core/Inc/Homework/printf.h index 48952dc..4772dfd 100644 --- a/project/Core/Inc/Homework/printf.h +++ b/project/Core/Inc/Homework/printf.h @@ -9,5 +9,6 @@ #define INC_ACTIVITIES_PRINTF_H_ int printf(const char *format, ...); +int puts(const char *string); #endif /* INC_ACTIVITIES_PRINTF_H_ */ |
