Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea8c2f commit a50ea7fCopy full SHA for a50ea7f
include/espressif/esp_libc.h
@@ -37,6 +37,8 @@ void srand(unsigned int i);
37
int printf(const char *format, ...);
38
int sprintf(char *out, const char *format, ...);
39
int snprintf(char *buf, unsigned int count, const char *format, ...);
40
+int puts(const char *str);
41
+int putchar(int c);
42
43
void *malloc(size_t n);
44
void free(void *p);
0 commit comments