Merge pull request #762 from ctheune/ctheune-floats

Implement floats
This commit is contained in:
Eelco Dolstra 2016-02-12 12:49:59 +01:00
commit b3e8d72770
27 changed files with 231 additions and 37 deletions

View file

@ -66,6 +66,7 @@ template<class N> N getIntArg(const string & opt,
return n * multiplier;
}
/* Show the manual page for the specified program. */
void showManPage(const string & name);