Diff for /gforth/cstr.fs between versions 1.1 and 1.2

version 1.1, 2008/08/19 20:18:58 version 1.2, 2012/03/13 19:33:31
Line 18 Line 18
 \ along with this program. If not, see http://www.gnu.org/licenses/.  \ along with this program. If not, see http://www.gnu.org/licenses/.
   
 c-library cstr  c-library cstr
 c-function cstr       cstr       a n n -- a ( c-addr u fclear -- c-addr2 )  c-function cstr       cstr       a n -- a ( c-addr u -- c-addr2 )
 c-function tilde_cstr tilde_cstr a n n -- a ( c-addr u fclear -- c-addr2 )  c-function tilde_cstr tilde_cstr a n -- a ( c-addr u -- c-addr2 )
 end-c-library  end-c-library

Removed from v.1.1  
changed lines
  Added in v.1.2


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