summaryrefslogtreecommitdiff
path: root/hdr/dimen.hh
blob: 4ee17ea140a3ed52b209eaf577d2ea2812fb3ec3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DIMEN_HH
#define DIMEN_HH

#include "real.hh"
#include "string.hh"

Real parse_dimen(String);
Real convert_dimen(Real, String);
String print_dimen(Real);

#endif