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