tell / tepla

A mirror of TEPLA
3 stars 1 forks source link

Provide predicates for quality testing #15

Open tell opened 8 years ago

tell commented 8 years ago

例えば,有限体(構造体)型Tについて:

bool T_eq(const T*, const T*);

のような等価性を判定する関数を新しく導入する.

但し,bool型はC99のstdbool.hで提供される. よってこのissueは #8 の一部でもある.

tell commented 8 years ago

元々,C99は有効だったようだ