Changeset 280a27e in mainline for generic/include/print.h


Ignore:
Timestamp:
2006-04-16T13:16:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50de918
Parents:
c624b96
Message:

Printf ported back from uspace to kernel.
Printf calls changed to match new conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/print.h

    rc624b96 r280a27e  
    3838#define INT64   8
    3939
    40 extern void printf(const char *fmt, ...);
     40extern int printf(const char *fmt, ...);
    4141
    4242/* We need this address in spinlock to avoid deadlock in deadlock detection */
    4343extern spinlock_t printflock;
    4444
     45#define EOF (-1)
     46
    4547#endif
Note: See TracChangeset for help on using the changeset viewer.