About 7,390,000 results
Open links in new tab
  1. C Library Functions - GeeksforGeeks

    Aug 6, 2025 · The Standard Function Library in C is a huge library of sub-libraries, each of which contains the code for several functions. In order to make use of these libraries, link each library in the …

  2. Standard C Library Functions Table, By Name

    This table briefly describes the C library functions, listed in alphabetical order. This table provides the include file name and the function prototype for each function.

  3. c-library · GitHub Topics · GitHub

    Apr 1, 2026 · c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 …

  4. C Library - <string.h> - GeeksforGeeks

    Jul 23, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …

  5. C Library - math.h - GeeksforGeeks

    Jul 23, 2025 · The <math.h> header file in C contains the standard math library functions which can be utilized for various mathematical operations. All math.h library functions accept double type as an …

  6. GSL - GNU Scientific Library - GNU Project - Free Software Foundation

    May 25, 2024 · The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.

  7. C stdlib (stdlib.h) Library - Standard Library Reference - W3Schools

    C stdlib Functions The <stdlib.h> header (st andar d lib rary) provides a variety of commonly used functions.

  8. time.h header file in C with Examples - GeeksforGeeks

    Jul 12, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …

  9. The C Standard Library C Programming and Software Tools N.C. State Department of Computer Science

  10. Library Functions In C - A Comprehensive Guide (+ Examples) - Unstop

    The C Standard Library is a collection of header files and routines that provide a set of common functions and macros used in C programming. It is designed to provide a consistent and portable …