Introduction - If you have any usage issues, please Google them yourself
Type delimiter typedefC language not only provides rich data types, but also allows users to define their own types by the descriptor, that is allowed by the user "alias data type". The type definition typedef can be used to complete this function.