[gforth] / gforth / wordlibs / unixlib.fs  

gforth: gforth/wordlibs/unixlib.fs

File: [gforth] / gforth / wordlibs / unixlib.fs (download)
Revision: 1.1, Tue Mar 2 15:50:08 1999 UTC (14 years, 2 months ago) by jwilke
Branch: MAIN
Supports to build up c libraries of forth words in the format used in the
prim file. Worked on linux machines.
On sun linker exits with "fatal signal 6"...

require ~+wordlib.fs

WordLibrary unixlib ~+/unixlib.so

: cconst"
  '" word count
  get_cconst abort" constant not found!"
  state @ 
  IF	postpone literal
  THEN ; immediate

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help