[gforth] / gforth / wordlibs / time.pri  

gforth: gforth/wordlibs/time.pri

File: [gforth] / gforth / wordlibs / time.pri (download)
Revision: 1.1, Tue Mar 2 15:50:08 1999 UTC (14 years, 2 months ago) by jwilke
Branch: MAIN
CVS Tags: v0-7-0, v0-5-0, v0-6-2, v0-6-0, v0-6-1, 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"...

time	-- u1	new
#include<time.h>
u1=(long) time(NULL);


CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help