Changeset fd8302d in mainline for generic/include/print.h


Ignore:
Timestamp:
2006-05-28T22:26:00Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a449065
Parents:
a6cb8cb
Message:

Correct realtime clock communication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/print.h

    ra6cb8cb rfd8302d  
    3939#define EOF (-1)
    4040
    41 extern int puts(const char * str);
    42 
    4341extern int printf(const char *fmt, ...);
    4442extern int sprintf(char *str, const char *fmt, ...);
Note: See TracChangeset for help on using the changeset viewer.