source: branches/profile/CONSENSUS_TREE/CT_mem.hxx

Last change on this file was 6490, checked in by westram, 14 years ago
  • moved a few types to arbdb_base.h
  • only use arbdb_base.h or arbdb.h where possible
  • global included cleanup
  • added MBI headers to many files
  • moved SQ_ambiguities.SQ_count_ambiguities() to separate object
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 740 bytes
Line 
1// ============================================================= //
2//                                                               //
3//   File      : CT_mem.hxx                                      //
4//   Purpose   :                                                 //
5//                                                               //
6//   Institute of Microbiology (Technical University Munich)     //
7//   http://www.arb-home.de/                                     //
8//                                                               //
9// ============================================================= //
10
11#ifndef CT_MEM_HXX
12#define CT_MEM_HXX
13
14void *getmem(size_t size);
15
16#else
17#error CT_mem.hxx included twice
18#endif // CT_MEM_HXX
Note: See TracBrowser for help on using the repository browser.