X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=string.h;h=c63bab8dff7ba01b66eae343329542b4f330115c;hb=69b6c4ba128f7004d5d02d2c4e4d958c8d496ca1;hp=08fcb96d29e58929ce292fe3f424a2d30f569422;hpb=33683ebe6545b1dd27e907489a1b8ebc9666cb95;p=pdclib.old diff --git a/string.h b/string.h index 08fcb96..c63bab8 100755 --- a/string.h +++ b/string.h @@ -8,6 +8,9 @@ Permission is granted to use, modify, and / or redistribute at will. */ +#ifndef _PDCLIB_STRING_H +#define _PDCLIB_STRING_H _PDCLIB_STRING_H + #ifndef _PDCLIB_AUX_H #define _PDCLIB_AUX_H _PDCLIB_AUX_H #include <_PDCLIB_aux.h> @@ -191,3 +194,4 @@ char * strerror( int errnum ); */ size_t strlen( const char * s ); +#endif