File: client_types.h

package info (click to toggle)
arb 6.0.6-8
  • links: PTS, VCS
  • area: non-free
  • in suites: sid, trixie
  • size: 66,204 kB
  • sloc: ansic: 394,911; cpp: 250,290; makefile: 19,644; sh: 15,879; perl: 10,473; fortran: 6,019; ruby: 683; xml: 503; python: 53; awk: 32
file content (28 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// ============================================================== //
//                                                                //
//   File      : client_types.h                                   //
//   Purpose   : AISC types used by clients                       //
//                                                                //
//   Coded by Ralf Westram (coder@reallysoft.de) in August 2010   //
//   Institute of Microbiology (Technical University Munich)      //
//   http://www.arb-home.de/                                      //
//                                                                //
// ============================================================== //

#ifndef CLIENT_TYPES_H
#define CLIENT_TYPES_H

#ifndef __cplusplus
#error AISC clients no longer work in plain C
#endif

#ifndef AISC_GLOBAL_H
#include <aisc_global.h>
#endif
#ifndef ARB_ASSERT_H
#include <arb_assert.h>
#endif

#else
#error client_types.h included twice
#endif // CLIENT_TYPES_H