Changeset 4e2cf8b in mainline for libc/include/stdio.h
- Timestamp:
- 2006-03-14T12:14:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ba1db5
- Parents:
- df50cf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/stdio.h
rdf50cf6 r4e2cf8b 32 32 #include <types.h> 33 33 34 #define EOF -134 #define EOF (-1) 35 35 36 36 extern int puts(const char * str); 37 37 38 extern int printf(const char *fmt, ...); 39 38 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.