Changeset b27a97bb in mainline for libc/include/stdio.h
- Timestamp:
- 2006-05-31T15:41:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0e674a
- Parents:
- 440cff5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/stdio.h
r440cff5 rb27a97bb 35 35 #define EOF (-1) 36 36 37 extern int getchar(void); 38 37 39 extern int puts(const char * str); 38 40 extern int putchar(int c);
Note:
See TracChangeset
for help on using the changeset viewer.