次の例は、C ヘッダー・ファイル time.h から 抜粋した、単純な time_t の typedef の変換を示しています。
typedef long time_t; define alias time_t fixed bin(31);