repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.0.5
[lilypond.git]
/
dimen.hh
blob
4ee17ea140a3ed52b209eaf577d2ea2812fb3ec3
1
#ifndef DIMEN_HH
2
#define DIMEN_HH
3
4
#include
"real.hh"
5
#include
"string.hh"
6
7
Real
parse_dimen
(
String
);
8
Real
convert_dimen
(
Real
,
String
);
9
String
print_dimen
(
Real
);
10
11
#endif
12