/**-- The Optional String Word Set Copyright (C) Tektronix, Inc. 1998 - 2001. All rights reserved. @see GNU LGPL @author Tektronix CTE @(#) %derived_by: guidod % @version %version: 5.10 % (%date_modified: Thu May 10 12:02:21 2001 %) */ /* @description The basic words for handling string buffers. There are much more buffer words used in most Forth implementations around but they can usually implemented as colon-word quite effectivly on the basis of the STRING wordset. @{ */ #if defined(__version_control__) && defined(__GNUC__)static char* id __attribute__((unused)) = "@(#) $Id: %full_filespec: string-ext.c~5.10:csrc:bln_12xx!1 % $" #endif #define _P4_SOURCE 1 #include <pfe/pfe-base.h> #include <pfe/def-xtra.h> #include <string.h> #include <ctype.h> #include <pfe/def-comp.h> #include <pfe/_missing.h>;
/**
|
/**
|
/**
|
/**
|
/**
|
/**
|
/**
|
P4_LISTWORDS (string) =
|
/* |