File:  [gforth] / gforth / wordlibs / dlerror.fs
Revision 1.1: download - view: text, annotated - select for diffs
Mon May 17 13:21:47 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
.dlerror prints library load errors. Usefull for debugging.


require ./../wordlib.fs

WordLibrary dlerror.so ./dlerror.so

: .dlerror dlerror dup -1 0 scan drop over - type ;

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