15 lines
342 B
C++
15 lines
342 B
C++
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
|
|
|
|
#ifndef parser_i_h
|
|
#define parser_i_h
|
|
#line 35 "parser.cpp"
|
|
|
|
// Try function-pointer typedef
|
|
typedef int (* diag_printf_t) (const char *, ...);
|
|
#line 38 "parser.cpp"
|
|
typedef int (**dblfptr) (void);
|
|
#line 39 "parser.cpp"
|
|
typedef int (* arrfptr[20]) (void);
|
|
|
|
#endif // parser_i_h
|