How to get list of Standard Libraries and functions I can use with GCC-4.8.1?

Could anyone pass a link or anything where I can find the standard libraries and functions that I can use in my program?

Like maybe quick sort types. For a recent program I wrote my own sort algorithm but it’d be much easier to use the functions that are already there.

Thanks in advance.