--- gforth/engine/forth.h 2010/12/31 18:09:02 1.114 +++ gforth/engine/forth.h 2011/11/21 01:37:12 1.115 @@ -395,6 +395,7 @@ char *cstr(Char *from, UCell size, int c char *tilde_cstr(Char *from, UCell size, int clear); Cell opencreate_file(char *s, Cell wfam, int flags, Cell *wiorp); DCell timeval2us(struct timeval *tvp); +DCell timespec2ns(struct timespec *tvp); void cmove(Char *c_from, Char *c_to, UCell u); void cmove_up(Char *c_from, Char *c_to, UCell u); Cell compare(Char *c_addr1, UCell u1, Char *c_addr2, UCell u2);