]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.databoard/cpp/DataBoardTest/libantlr3c-3.2/include/antlr3filestream.h
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / libantlr3c-3.2 / include / antlr3filestream.h
1 #ifndef _ANTLR3_FILESTREAM_H\r
2 #define _ANTLR3_FILESTREAM_H\r
3 \r
4 // [The "BSD licence"]\r
5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC\r
6 // http://www.temporal-wave.com\r
7 // http://www.linkedin.com/in/jimidle\r
8 //\r
9 // All rights reserved.\r
10 //\r
11 // Redistribution and use in source and binary forms, with or without\r
12 // modification, are permitted provided that the following conditions\r
13 // are met:\r
14 // 1. Redistributions of source code must retain the above copyright\r
15 //    notice, this list of conditions and the following disclaimer.\r
16 // 2. Redistributions in binary form must reproduce the above copyright\r
17 //    notice, this list of conditions and the following disclaimer in the\r
18 //    documentation and/or other materials provided with the distribution.\r
19 // 3. The name of the author may not be used to endorse or promote products\r
20 //    derived from this software without specific prior written permission.\r
21 //\r
22 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\r
23 // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\r
24 // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
25 // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\r
26 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r
27 // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
28 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
29 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
30 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\r
31 // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
32 \r
33 #include    <antlr3defs.h>\r
34 \r
35 #ifdef __cplusplus\r
36 extern "C" {\r
37 #endif\r
38 \r
39 ANTLR3_API ANTLR3_FDSC  antlr3Fopen     (pANTLR3_UINT8 filename, const char * mode);\r
40 ANTLR3_API void         antlr3Fclose    (ANTLR3_FDSC fd);\r
41 \r
42 ANTLR3_API ANTLR3_UINT32        antlr3Fsize     (pANTLR3_UINT8 filename);\r
43 ANTLR3_API ANTLR3_UINT32        antlr3readAscii (pANTLR3_INPUT_STREAM input, pANTLR3_UINT8 fileName);\r
44 ANTLR3_API ANTLR3_UINT32        antlr3Fread     (ANTLR3_FDSC fdsc, ANTLR3_UINT32 count,  void * data);\r
45 \r
46 #ifdef __cplusplus\r
47 }\r
48 #endif\r
49 \r
50 #endif\r