More refactoring and completion of library.
commit72bb0beeeb9049b329cfb326a5c66dea03f683c3
authorMihail Groza <unlupdestepa@gmail.com>
Sun, 26 Mar 2017 21:47:08 +0000 (26 21:47 +0000)
committerMihail Groza <unlupdestepa@gmail.com>
Sun, 26 Mar 2017 21:47:08 +0000 (26 21:47 +0000)
treedcc08a8abb7f0e5e6691026939fb2c0ca91aa8c0
parenta4fd401567d1fd210a6104bd0cff5c22ab6bad0b
More refactoring and completion of library.

inttypes.h added, wctype.h split with wchar.h. Extended locale.h. Minor
corrections to other library header files.

Added ucontext.h (though obsolete by POSIX standard) to the list of
headers recognized by application as POSIX, it was already in repository.
lib/Makefile.am
lib/include/inttypes.h [new file with mode: 0644]
lib/include/locale.h
lib/include/stddef.h
lib/include/stdint.h
lib/include/stdlib.h
lib/include/string.h
lib/include/wchar.h [copied from lib/include/wctype.h with 68% similarity]
lib/include/wctype.h
src/fileLib.c