-1

I always wondered how can one access to the algorithms behind well-known C (or any other language) functions, like printf(), scanf(), isdigit() and so on. Is there any official repository for those? Or is there any way to access them once you have the language library installed in your pc?

PS - the named functions are merely representative. I would like to access the algorithms behind standard library functions in the most popular languages.

1 Answers1

0

Did you check these posts:

I think this will at least avoid getting duplicated answers

  • Thank you. I also would like references for languages other than C, though. But thanks for your answer. –  May 14 '21 at 17:13
  • @VitorHugo extending your question beyond the tagged languages makes it open-ended, and therefore unanswerable. – pjs May 14 '21 at 18:06
  • Can please specify which language would be a good example for you? – mounir boukhalfa May 14 '21 at 18:07