X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/f3a542e864d3ae7ab34005ca968373a32249785e..b7580524f33ee21d3ddc49fe36a71e107e87df1b:/str.h?ds=sidebyside diff --git a/str.h b/str.h index 9854a1b..1581e50 100644 --- a/str.h +++ b/str.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: str.h,v 1.2 1999/05/26 20:52:57 mdw Exp $ + * $Id: str.h,v 1.3 1999/12/10 23:42:04 mdw Exp $ * * Functions for hacking with strings * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: str.h,v $ + * Revision 1.3 1999/12/10 23:42:04 mdw + * Change header file guard names. + * * Revision 1.2 1999/05/26 20:52:57 mdw * Add new `rest' argument for `str_split'. * @@ -38,8 +41,8 @@ * */ -#ifndef STR_H -#define STR_H +#ifndef MLIB_STR_H +#define MLIB_STR_H #ifdef __cplusplus extern "C" {