typedef char * pChar
typedef const char * pConstChar
私は見つける
const pChar はchar * constです
pConstChar はconst char *です
私は正しいですか?
typedef char * pChar
typedef const char * pConstChar
私は見つける
const pChar はchar * constです
pConstChar はconst char *です
私は正しいですか?