I would like to know where can I find the function definitions ? Inbuilt function definition for example:
strlen() or strcmp() or strrev()
I did try to find it on gcc official website but it's hard to navigate through it so can someone please tell me where can I get the source codes of inbuilt library function. Definitions are in the header file string.h but can't find the file string.c with source codes