/** * The inclusion library for C11 standard. It maibry contains all C11 standard * library files and some system library files.
* The C11 standard library files are (Updated on Jan. 2018, based on ISO/IEC * 9899:201x (the C11 standard)
* assert.h (incomplete) (TODO: Add macro NDEBUG)
* complex.h (updated)
* ctype.h (updated)
* errno.h (updated)
* fenv.h (updated)
* float.h (updated)
* inttypes.h (updated)
* iso646.h (updated)
* limits.h (updated)
* locale.h (updated)
* math.h (updated)
* setjmp.h (updated)
* signal.h (updated)
* stdalign.h (updated)
* stdarg.h (updated)
* stdatomic.h (incomplete) TODO: A,C,M
* stdbool.h (updated)
* stddef.h (updated)
* stdint.h (updated)
* stdio.h (updated)
* stdlib.h (updated)
* stdnoreturn.h (updated)
* string.h (updated)
* tgmath.h (updated)
* threads.h (updated)
* time.h (updated)
* uchar.h (updated)
* wchar.h (updated)
* wctype.h (updated)
* * @author VSL * */ package include.abc;