Changeset eec616b in mainline for kernel/generic/include/putchar.h


Ignore:
Timestamp:
2009-03-24T14:43:25Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f29e336
Parents:
74c8da2c
Message:

Unicode aware printf and family functions
(this breaks some things, but will be fixed soon)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/putchar.h

    r74c8da2c reec616b  
    2727 */
    2828
    29 /** @addtogroup generic 
     29/** @addtogroup generic
    3030 * @{
    3131 */
     
    3636#define KERN_PUTCHAR_H_
    3737
    38 extern void putchar(const char ch);
     38extern void putchar(const wchar_t ch);
    3939
    4040#endif
Note: See TracChangeset for help on using the changeset viewer.