This file exports a set of system words for a posixish OS environment. So should do any alternative wordset you might create for your OS.
CALL-C
USELIBRARY
(LOADM) ( bstring -- sucess )
LOADM filename ( -- )
DLSYM symbolname ( -- address ) exec-only
DLCALL #! ... ( -- )
CLOCK ( --- ticks )
CLK_TCK
CALL-C reference: p4_call_c in ../src/unix.c:0427, export CO CALL-C
USELIBRARY reference: p4_uselibrary in ../src/unix.c:0369, export CO USELIBRARY
(LOADM) ( bstring -- sucess ) reference: p4_loadm2 in ../src/unix.c:0783, export CO (LOADM)
LOADM filename ( -- ) (LOADM) simulate:
: LOADM BL WORD
HERE (LOADM) 0= IF ." -- load failed: " HERE COUNT TYPE CR THEN ;
reference: p4_loadm in ../src/unix.c:0819, export CO LOADM
DLSYM symbolname ( -- address ) exec-onlyreference: p4_dlsym in ../src/unix.c:0832, export CI DLSYM
DLCALLno forth documentation available (p4_dlcall)
reference: p4_dlcall in ../src/unix.c:0857, export CI DLCALL
#! ... ( -- ) reference: p4_ignore_line in ../src/unix.c:0892, export CO #!
CLOCK ( --- ticks ) reference: clock in ../src/unix.c:0903, export CO CLOCK
CLK_TCK CLOCKreference: CLK_TCK in ../src/unix.c:0037, export OC CLK_TCK