Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

share library create get_last_error function #183

Open Raffaello opened 2 years ago

Raffaello commented 2 years ago

to deal with error and manage exception a get_last_error function to store the last error results could be useful.

at the moment can just be done returning a null or error code from the other functions as a first step.