22, __basename (const char * filename ). 23, {. 24, char * p = strrchr (filename, '/' );. 25, return p ? p + 1 : (char *) filename;.
確定! 回上一頁