Changeset b27a97bb in mainline for libc/include/unistd.h


Ignore:
Timestamp:
2006-05-31T15:41:19Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0e674a
Parents:
440cff5
Message:

Support for reading from stdin.
Getchar() implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/unistd.h

    r440cff5 rb27a97bb  
    3737
    3838extern ssize_t write(int fd, const void * buf, size_t count);
     39extern ssize_t read(int fd, void * buf, size_t count);
    3940extern void _exit(int status);
    4041void *sbrk(ssize_t incr);
Note: See TracChangeset for help on using the changeset viewer.