source: mainline/uspace/lib/compat/isatty.c@ 3daba9de

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

add basics of libcompat

  • Property mode set to 100644
File size: 72 bytes
Line 
1#include "unistd.h"
2
3
4int isatty(int fd) {
5 // TODO: stub
6 return 0;
7}
8
Note: See TracBrowser for help on using the repository browser.