Poiuzy
Poiuzy
Fixed an issue where character values in enum could not be handled in some cases like ``` c // test.h typedef enum { SDL_SCANCODE_CAPSLOCK = 57, } SDL_Scancode; #define SDLK_SCANCODE_MASK...
When I execute the command: autopxd test.h ``` c // test.h typedef enum { SDL_SCANCODE_CAPSLOCK = 57, } SDL_Scancode; #define SDLK_SCANCODE_MASK (1
csc x 的导数应为 -csc x * cot x 而不是文中的 -csc x * tan x 