单项选择题

当需要将一个函数bool isnumber(char c)声明为内联函数时,则此内联函数的函数原型为( )。

A) enum bool isnumber(char c);
B) define bool isnumber(char c);
C) inline bool isnumber(char c);
D) extembool isnumber(char c);