File: parser_t.hpp

package info (click to toggle)
fcml 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,536 kB
  • sloc: ansic: 57,510; cpp: 21,835; sh: 4,410; lex: 834; makefile: 508; yacc: 317
file content (15 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * parser_t.hpp
 *
 *  Created on: Aug 6, 2014
 *      Author: tas
 */

#ifndef PARSER_T_HPP_
#define PARSER_T_HPP_

#include <fcml_stf.h>

extern fcml_stf_test_suite fcml_si_cpp_parser;

#endif /* PARSER_T_HPP_ */