C语言中实用BOOL类型

    技术2024-10-28  197

    typedef int BOOL;

    #define TRUE 1

    #define FALSE 0

     

    可在程序中直接实用BOOL类型。

    最新回复(0)