Changeset d6cc453 in mainline for libc/include/io/stream.h


Ignore:
Timestamp:
2006-06-02T19:22:08Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53daee3
Parents:
e87e18f
Message:

Made tetris compile and somewhat run.
Slightly better console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/io/stream.h

    re87e18f rd6cc453  
    2727 */
    2828
     29#ifndef __libc_STREAM_H_
     30#define __libc_STREAM_H_
     31
    2932#include <libarch/types.h>
    3033
     
    3942fd_t open(const char *fname, int flags);
    4043int get_fd_phone(int fd);
     44
     45#endif
Note: See TracChangeset for help on using the changeset viewer.