diff options
Diffstat (limited to 'project/Core/Inc/Homework/printf.h')
| -rw-r--r-- | project/Core/Inc/Homework/printf.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/project/Core/Inc/Homework/printf.h b/project/Core/Inc/Homework/printf.h new file mode 100644 index 0000000..48952dc --- /dev/null +++ b/project/Core/Inc/Homework/printf.h @@ -0,0 +1,13 @@ +/* + * printf.h + * + * Created on: Sep 5, 2025 + * Author: sowgro + */ + +#ifndef INC_ACTIVITIES_PRINTF_H_ +#define INC_ACTIVITIES_PRINTF_H_ + +int printf(const char *format, ...); + +#endif /* INC_ACTIVITIES_PRINTF_H_ */ |
