Better ANSI C compatibility and portability - part 1:
authorcarl <cecodere@yahoo.ca>
Mon, 18 Feb 2019 16:36:48 +0000 (00:36 +0800)
committercarl <cecodere@yahoo.ca>
Mon, 18 Feb 2019 16:54:23 +0000 (00:54 +0800)
commitb4df26e79db04bc7acf691420393d2b431c83295
tree512bb454888fb3ece77ba288b2e11a5696c79afc
parent7317ae3291a7703281d24f1f97b56af6bdafc6de
Better ANSI C compatibility and portability - part 1:
+ Addition of function prototypes.
+ Change function definitions to ANSI C style.
+ Initial support for CMake
+ Added support for sys_tmpdir for better portability.
modules/src/system/CMakeLists.txt [new file with mode: 0644]
modules/src/system/build.lua
modules/src/system/chmode.c
modules/src/system/filesize.c
modules/src/system/modtime.c
modules/src/system/remove.c
modules/src/system/stop.c
modules/src/system/system.h
modules/src/system/tmpdir.c [new file with mode: 0644]