/* tag: Tom Lord Tue Dec  4 14:41:45 2001 (numbers.h)
 */
/* numbers.h -
 *
 ****************************************************************
 * Copyright (C) 2000 Tom Lord
 * 
 * See the file "COPYING" for further information about
 * the copyright and warranty status of this work.
 */

#ifndef INCLUDE__UNI__NUMBERS_H
#define INCLUDE__UNI__NUMBERS_H


struct uni_numeric_value
{
  int numerator;
  int denominator;
};




/* automatically generated __STDC__ prototypes */
#endif  /* INCLUDE__UNI__NUMBERS_H */


syntax highlighted by Code2HTML, v. 0.9.1