Libraries
C language
Article REF: H3068 V1
Libraries
C language

Author : Christian QUEINNEC

Publication date: February 10, 2002 | Lire en français

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

7. Libraries

As C is a portable assembler, it does not require a runtime library. This means it can be used to create very small executables with little dependency on an operating system. For example, C can be used to generate programs for embedded processors (washing machines, motor control, etc.).

However, C comes with a "standard library" providing a large number of common functions. These include :

  • ctype.h character manipulation (toupper ...) ;

  • errno.h error handling (perror ...) ;

  • assert.h for focus ;

  • locale.h to customize the language and certain displays ;

  • math.h for mathematical functions ;

  • setjmp.h non-local escapes ;

  • ...

You do not have access to this resource.
Logo Techniques de l'Ingenieur

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource. Click here to request your free trial access!

Already subscribed?


Article included in this offer

"Software technologies and System architectures"

( 227 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details