source: mainline/uspace/lib/compat/stdio.h@ 3daba9de

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 3daba9de was 3daba9de, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 14 years ago

Added signal.h (just symbols, no functionality) and various other bits.

  • Property mode set to 100644
File size: 112 bytes
Line 
1
2#ifndef COMPAT_STDIO_H
3#define COMPAT_STDIO_H
4
5#include "../../c/include/stdio.h"
6
7#define putc fputc
8
9#endif
10
Note: See TracBrowser for help on using the repository browser.