pounce is a user on cmpwn.com. You can follow them or interact with them if you have an account anywhere in the fediverse.
pounce @pounce

Why do you do this ISO C...

errno.h -> bits/errno.h
bits/errno.h -> linux/errno.h
linux/errno.h -> asm/errno.h
asm/errno.h -> asm-generic/errno.h

asm-generic/errno.h -> defines 20 constants

· Web · 0 · 0

@giza true, it's not ISO's fault. Sometimes the header chasing in C just annoys me

@pounce yeah same, fortunately man pages are enough to get what I need usually