File:  [gforth] / gforth / wordlibs / unixlib.fs
Revision 1.1: download - view: text, annotated - select for diffs
Tue Mar 2 15:50:08 1999 UTC (25 years, 1 month ago) by jwilke
Branches: MAIN
CVS tags: HEAD
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"...

    1: 
    2: require ~+wordlib.fs
    3: 
    4: WordLibrary unixlib ~+/unixlib.so
    5: 
    6: : cconst"
    7:   '" word count
    8:   get_cconst abort" constant not found!"
    9:   state @ 
   10:   IF	postpone literal
   11:   THEN ; immediate

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>