source: CIVL/include/headers/package-info.java@ a389857

main test-branch
Last change on this file since a389857 was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[aad342c]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 */
39package include.abc;
Note: See TracBrowser for help on using the repository browser.