Changeset 4e2cf8b in mainline for libc/include/stdio.h


Ignore:
Timestamp:
2006-03-14T12:14:43Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ba1db5
Parents:
df50cf6
Message:

Userspace printf, stdarg, and some other printf support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/stdio.h

    rdf50cf6 r4e2cf8b  
    3232#include <types.h>
    3333
    34 #define EOF -1
     34#define EOF (-1)
    3535
    3636extern int puts(const char * str);
    3737
     38extern int printf(const char *fmt, ...);
     39
    3840#endif
Note: See TracChangeset for help on using the changeset viewer.