1 /******************************************************************************
2 *
3 * Copyright (C) 2006, The Gentee Group. All rights reserved.
4 * This file is part of the Gentee open source project - http://www.gentee.com.
5 *
6 * THIS FILE IS PROVIDED UNDER THE TERMS OF THE GENTEE LICENSE ("AGREEMENT").
7 * ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS
8 * ACCEPTANCE OF THE AGREEMENT.
9 *
10 * ID: type 18.10.06 0.0.A.
11 *
12 * Author: Alexey Krivonogov ( gentee )
13 *
14 * Summary: type command
15 *
16 ******************************************************************************/
17
18 #ifndef _TYPE_
19 #define _TYPE_
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif // __cplusplus
24
25 #include "lexem.h"
26
27 //--------------------------------------------------------------------------
28
29 pvartype STDCALL type_fieldname( uint idtype, pubyte name );
30 pvartype STDCALL type_field( plexem plex, uint idtype );
31 plexem STDCALL type( plexem plex );
32 void STDCALL type_protect( povmtype ptype );
33
34
35 //--------------------------------------------------------------------------
36
37 #ifdef __cplusplus
38 }
39 #endif // __cplusplus
40
41 #endif // _TYPE_
42
Редактировать