pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Stop using deprecated headers #74

Closed Pharap closed 5 years ago

Pharap commented 5 years ago

All the C-style headers such as <stddef.h> and <stdlib.h> are deprecated. The code should be using C++-style headers such as <cstddef> and <cstdlib> instead.

pokitto commented 5 years ago

Ok, noted