ucx/string.h

changeset 38
35f67a8ef875
parent 31
91ac86557290
child 39
bf8ab7bb74ff
     1.1 --- a/ucx/string.h	Thu Aug 16 12:36:23 2012 +0200
     1.2 +++ b/ucx/string.h	Tue Oct 02 11:18:47 2012 +0200
     1.3 @@ -8,6 +8,8 @@
     1.4  #ifndef _SSTRING_H
     1.5  #define	_SSTRING_H
     1.6  
     1.7 +#include <stddef.h>
     1.8 +
     1.9  #define S(s) { s, sizeof(s)-1 }
    1.10  #define ST(s) sstrn(s, sizeof(s)-1)
    1.11  

mercurial