Standard c libraries

 Standard c libraries very useful libraries for when programming to takefull advantage of hardware. Learn functions of library following

index
  1. Basic functions in c
  2. Other important functions in c
  3. Error handling  c
  4. Theading in c 
  5. Maths functions
  6. signals in c
  7. time 

C libraries 

Basic c libraries 

  1. stdio.h
  2. stdlib.h
  3. stdarg.h
  4. iso646.h(1995)
  5. stdbool.h ->defines boolan data types
  6. stddef.h 
  7. uchar.h

Error handling

  1. error.h

Dealing data types in c

  1. inttypes.h
  2. float.h
  3. <fenv.h>dealing with floating environment 
  4. assert.h    
  5.  <ctypes.h>helpes you dealing with data types .
  6. limits.h
  7. stdalign .h
  8. setjump.h
  9. <locale.h> defined localisation of function
  10. <stdnoreturn.h> for not returning functions

Theading  libraries 

  1. theads.h

Dealing with strings

  1. string.h
  2. wchar.h(1995)
  3. wctypes(1995)

Dealing with maths in c

  1. complex.h
  2. tgmath.h
  3. math.h
  4. stdatomic.h(2011)

Signals in c

  1. signals.h

Time in c

  1. <time.h>












No comments: