File:  [gforth] / gforth / wordlibs / unixlib.fs
Revision 1.2: download - view: text, annotated - select for diffs
Mon May 17 13:20:03 1999 UTC (24 years, 10 months ago) by jwilke
Branches: MAIN
CVS tags: v0-7-0, v0-6-2, v0-6-1, v0-6-0, v0-5-0, HEAD
Updated


require ./../wordlib.fs

WordLibrary unixlib ./unixlib.so

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

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