C library function

C54181
concept

A C library function is a pre-written, reusable routine provided by the C standard or external libraries that performs common tasks such as input/output, memory management, string handling, or mathematical computations.

Instances (1)

Instance Via concept surface
Unix crypt(3)