Newer
Older
langC_sp01 / extern_func / q.h
@Motoki Motoki 9 days ago 85 bytes ext_var
// q.h

extern int q(float);

// int q(float); プロトタイプ宣言でも同じ