9 lines
123 B
C
9 lines
123 B
C
![]() |
typedef a;
|
||
|
|
||
|
// Unknown type
|
||
|
typedef tUInt9 who_the_fuck_is_tUInt9;
|
||
|
|
||
|
// Weird typedef
|
||
|
typedef struct not_ok{
|
||
|
tInt8 a;
|
||
|
};
|