# ifndef UTIL_ROMAN_H # define UTIL_ROMAN_H /************************************************************************/ /* */ /* Procedure declarations. */ /* */ /************************************************************************/ extern int utilRomanString( char * to, int maxlen, int n, int upper ); # endif /* UTIL_ROMAN_H */