fgsoftware1 / piriquitOS

fgOS is a simple operating system
MIT License
2 stars 1 forks source link

error: expected ';' before 'typedef' #19

Closed fgsoftware1 closed 3 years ago

fgsoftware1 commented 3 years ago

types.h:10:26: error: expected ';' before 'typedef' 10 | typedef unsigned uint32_t | ^ | ; 11 | 12 | typedef long long int int64_t; | ~~~