This website requires JavaScript.
Explore
Help
Sign In
bumbread
/
ciabatta
mirror of
https://github.com/flysand7/ciabatta.git
Watch
1
Fork
You've already forked ciabatta
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
59e70ebfc9
ciabatta
/
code
/
errno.c
5 lines
46 B
C
Raw
Normal View
History
Unescape
Escape
Complete implementation of strto* and ato* functions
2022-06-05 03:13:27 +00:00
#
include
<errno.h>
make errno great again
2022-06-16 05:17:19 +00:00
_Thread_local
int
errno
;