blob: 5fab6c26431a155a17d6f98033463a2568e08291 [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
Elliott Hughese17788c2015-08-17 12:41:46 -07006#ifdef _WIN32
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007int 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