posva / catimg

🦦 Insanely fast image printing in your terminal
http://posva.net/shell/retro/bash/2013/05/27/catimg
MIT License
1.4k stars 57 forks source link

Build with -std=gnu99 instead of -std=c99 #71

Open fweimer-rh opened 1 year ago

fweimer-rh commented 1 year ago

The latter activates strict POSIX mode with glibc, which disables the declaration of usleep in , leading to an implicit function declaration.

Related to:

posva commented 1 year ago

Thanks a lot for the links, I will try to review this and others during the holidays!

Kreijstal commented 10 months ago

that would create libc dependency :((((