| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.11

 

get_units_name

#include "sfllang.h"
char *
get_units_name (int units)

Synopsis

Returns the name for the specified units, which is a value from zero to 19. Accented characters are formatted according to the current accents setting.

Source Code - (sfllang.c)

{
    ASSERT (units >= 0 && units <= 19);
    return (handle_accents (units_table [units]));
}

| << | < | > | >> iMatix Copyright © 1996-2000 iMatix Corporation