]> andersk Git - splint.git/blobdiff - src/Headers/cstring.h
Fixed problem with print format for +showalluses.
[splint.git] / src / Headers / cstring.h
index d6d886bb1fcfeaab18e30174db75e7d4f32697bc..154cc9160bd03bb0fd0cb7225763fc42e32ec84a 100644 (file)
@@ -213,7 +213,7 @@ extern /*@notnull@*/ cstring  cstring_expandEscapes (cstring p_s);
 /*drl added 01/23/2001  Gives you the number of characters in an
   expanded escape squences.  This can be different from strlen bc/ of
   escaped nulls.  */
-int  cstring_lengthExpandEscapes (cstring p_s);
+extern size_t cstring_lengthExpandEscapes (cstring p_s);
 
 
 extern bool cstring_containsLit (/*@unique@*/ cstring p_c, char *p_sub) /*@*/ ;
This page took 0.147251 seconds and 4 git commands to generate.