blob: cd6a3bd5dfc13690badbe8a0916b9bda79d9d1d8 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001#include "aidl_language.h"
2#include <stdio.h>
3#include <string.h>
4#include <stdlib.h>
5
6#ifdef HAVE_MS_C_RUNTIME
7int isatty(int fd)
8{
9 return (fd == 0);
10}
11#endif
12
13#if 0
14ParserCallbacks k_parserCallbacks = {
15 NULL
16};
17#endif
18
19ParserCallbacks* g_callbacks = NULL; // &k_parserCallbacks;
20