Changeset cc6f688 in mainline for libc/include/stdio.h
- Timestamp:
- 2005-11-22T17:07:38Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a6d6656
- Parents:
- 25b0e6a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libc/include/stdio.h
r25b0e6a rcc6f688 27 27 */ 28 28 29 #ifndef __LIBC__ UNISTD_H__30 #define __LIBC__ UNISTD_H__29 #ifndef __LIBC__STDIO_H__ 30 #define __LIBC__STDIO_H__ 31 31 32 # define NULL 032 #include <types.h> 33 33 34 extern void puts(const char *str); 34 #define EOF -1 35 36 extern int puts(const char * str); 35 37 36 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.