Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download the source code for the functions declared in stdlib.h? [closed]

Where can I download the source code of the latest or standard library for stdlib.h? I would like to see how are those functions are implemented, such as atoi, strtol, etc?

like image 626
user785099 Avatar asked Nov 06 '11 02:11

user785099


1 Answers

My suggestion would be that you check out the GNU C Library source code for this. You can download it here: http://www.gnu.org/s/libc/

like image 176
Kvisle Avatar answered Sep 19 '22 13:09

Kvisle