ansilove / libansilove

Library for converting ANSI, ASCII, and other formats to PNG
https://www.ansilove.org
BSD 2-Clause "Simplified" License
61 stars 13 forks source link

Some arguments of functions have been converted to const. #9

Closed AhmedYasinKUL closed 2 years ago

AhmedYasinKUL commented 4 years ago

input argument of ansilove_loadfile and output argument of ansilove_savefile functions have been converted to const char pointer from char pointer, which makes them safer for changes.