Changeset cc6f688 in mainline for libc/include/stdio.h


Ignore:
Timestamp:
2005-11-22T17:07:38Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a6d6656
Parents:
25b0e6a
Message:

uspace work

File:
1 moved

Legend:

Unmodified
Added
Removed
  • libc/include/stdio.h

    r25b0e6a rcc6f688  
    2727 */
    2828
    29 #ifndef __LIBC__UNISTD_H__
    30 #define __LIBC__UNISTD_H__
     29#ifndef __LIBC__STDIO_H__
     30#define __LIBC__STDIO_H__
    3131
    32 #define NULL 0
     32#include <types.h>
    3333
    34 extern void puts(const char *str);
     34#define EOF -1
     35
     36extern int puts(const char * str);
    3537
    3638#endif
Note: See TracChangeset for help on using the changeset viewer.