|
Revision 6490, 0.7 KB
(checked in by westram, 2 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
|
| 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 | |
|---|
| 14 | void *getmem(size_t size); |
|---|
| 15 | |
|---|
| 16 | #else |
|---|
| 17 | #error CT_mem.hxx included twice |
|---|
| 18 | #endif // CT_MEM_HXX |
|---|