• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "aidl_language.h"
2 #include <stdio.h>
3 #include <string.h>
4 #include <stdlib.h>
5 
6 #ifdef HAVE_MS_C_RUNTIME
isatty(int fd)7 int isatty(int  fd)
8 {
9     return (fd == 0);
10 }
11 #endif
12 
13 #if 0
14 ParserCallbacks k_parserCallbacks = {
15     NULL
16 };
17 #endif
18 
19 ParserCallbacks* g_callbacks = NULL; // &k_parserCallbacks;
20 
21