/[osn-commons]/trunk/plibc/lib/stdio.h
ViewVC logotype

Contents of /trunk/plibc/lib/stdio.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Thu Aug 15 18:10:51 2024 UTC (7 months, 2 weeks ago) by rakinar2
File MIME type: text/x-c
File size: 266 byte(s)
feat: add plibc to the project
1 #ifndef PLIBC_STDIO_H
2 #define PLIBC_STDIO_H
3
4 #include "format.h"
5
6 extern int printf (const char *fmt, ...)
7 __attribute__ ((format (printf, 1, 2)));
8
9 int puts (const char *str);
10 int putsnl (const char *str);
11 extern int putchar (int c);
12
13 #endif /* PLIBC_STDIO_H */

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26