Standard c libraries very useful libraries for when programming to takefull advantage of hardware. Learn functions of library following
C libraries
Basic c libraries
- stdio.h
 - stdlib.h
 - stdarg.h
 - iso646.h(1995)
 - stdbool.h ->defines boolan data types
 - stddef.h
 - uchar.h
 
Error handling
- error.h
 
Dealing data types in c
- inttypes.h
 - float.h
 - <fenv.h>dealing with floating environment
 - assert.h
 - <ctypes.h>helpes you dealing with data types .
 - limits.h
 - stdalign .h
 - setjump.h
 - <locale.h> defined localisation of function
 - <stdnoreturn.h> for not returning functions
 
Theading libraries
- theads.h
 
Dealing with strings
- string.h
 - wchar.h(1995)
 - wctypes(1995)
 
Dealing with maths in c
- complex.h
 - tgmath.h
 - math.h
 - stdatomic.h(2011)
 
Signals in c
- signals.h
 
Time in c
- <time.h>
 
No comments:
Post a Comment