File: indelCoderUtils.h

package info (click to toggle)
fastml 3.11-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,772 kB
  • sloc: cpp: 48,522; perl: 3,588; ansic: 819; makefile: 386; python: 83; sh: 55
file content (15 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef ___INDELCODER_UTILS__
#define ___INDELCODER_UTILS__


#include "logFile.h"

const string PROG_INFO = static_cast<string>("Version: 1.72 last updated: 03/12/2012");	


void printICHelp();
void printICProgramInfo();



#endif