source: tags/cvs_2_svn/GENOM/GEN_tools.hxx

Last change on this file was 3022, checked in by westram, 20 years ago
  • comment
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1//  ==================================================================== //
2//                                                                       //
3//    File      : GEN_tools.hxx                                          //
4//    Purpose   : general purpose toolkit for genome library             //
5//    Time-stamp: <Wed Jul/14/2004 12:30 MET Coder@ReallySoft.de>        //
6//                                                                       //
7//                                                                       //
8//  Coded by Ralf Westram (coder@reallysoft.de) in July 2004             //
9//  Copyright Department of Microbiology (Technical University Munich)   //
10//                                                                       //
11//  Visit our web site at: http://www.arb-home.de/                       //
12//                                                                       //
13//  ==================================================================== //
14
15#ifndef GEN_TOOLS_HXX
16#define GEN_TOOLS_HXX
17
18const char *GEN_pos_begin_entry_name(int nr);
19const char *GEN_pos_end_entry_name(int nr);
20
21
22#else
23#error GEN_tools.hxx included twice
24#endif // GEN_TOOLS_HXX
25
Note: See TracBrowser for help on using the repository browser.