main
test-branch
| Line | |
|---|
| 1 | /**
|
|---|
| 2 | * The inclusion library for C11 standard. It maibry contains all C11 standard
|
|---|
| 3 | * library files and some system library files. <br>
|
|---|
| 4 | * The C11 standard library files are (Updated on Jan. 2018, based on ISO/IEC
|
|---|
| 5 | * 9899:201x (the C11 standard) <br>
|
|---|
| 6 | * assert.h (incomplete) (TODO: Add macro NDEBUG)<br>
|
|---|
| 7 | * complex.h (updated) <br>
|
|---|
| 8 | * ctype.h (updated) <br>
|
|---|
| 9 | * errno.h (updated) <br>
|
|---|
| 10 | * fenv.h (updated) <br>
|
|---|
| 11 | * float.h (updated) <br>
|
|---|
| 12 | * inttypes.h (updated) <br>
|
|---|
| 13 | * iso646.h (updated) <br>
|
|---|
| 14 | * limits.h (updated) <br>
|
|---|
| 15 | * locale.h (updated) <br>
|
|---|
| 16 | * math.h (updated) <br>
|
|---|
| 17 | * setjmp.h (updated) <br>
|
|---|
| 18 | * signal.h (updated)<br>
|
|---|
| 19 | * stdalign.h (updated) <br>
|
|---|
| 20 | * stdarg.h (updated) <br>
|
|---|
| 21 | * stdatomic.h (incomplete) TODO: A,C,M<br>
|
|---|
| 22 | * stdbool.h (updated) <br>
|
|---|
| 23 | * stddef.h (updated) <br>
|
|---|
| 24 | * stdint.h (updated) <br>
|
|---|
| 25 | * stdio.h (updated) <br>
|
|---|
| 26 | * stdlib.h (updated) <br>
|
|---|
| 27 | * stdnoreturn.h (updated) <br>
|
|---|
| 28 | * string.h (updated) <br>
|
|---|
| 29 | * tgmath.h (updated) <br>
|
|---|
| 30 | * threads.h (updated) <br>
|
|---|
| 31 | * time.h (updated) <br>
|
|---|
| 32 | * uchar.h (updated) <br>
|
|---|
| 33 | * wchar.h (updated) <br>
|
|---|
| 34 | * wctype.h (updated) <br>
|
|---|
| 35 | *
|
|---|
| 36 | * @author VSL
|
|---|
| 37 | *
|
|---|
| 38 | */
|
|---|
| 39 | package include.abc; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.