renamed prim to pf.

added module manipulation functions
This commit is contained in:
2018-02-09 04:24:50 +00:00
parent 91e1177bdb
commit 0546665e95
6 changed files with 448 additions and 39 deletions

View File

@ -54,7 +54,7 @@
# include <Timer.h>
#else
# if defined(MOO_ENABLE_LIBLTDL)
# if defined(HCL_ENABLE_LIBLTDL)
# include <ltdl.h>
# define USE_LTDL
# define sys_dl_error() lt_dlerror()
@ -83,7 +83,7 @@
# if defined(HAVE_SIGNAL_H)
# include <signal.h>
# endif
# include <errno.h>
# include <unistd.h>
# include <fcntl.h>