]> andersk Git - splint.git/blobdiff - lib/standard.h
Added va_copy to standard.h.
[splint.git] / lib / standard.h
index 7e2288b6102d69f5339a5f340c202e9f7e002c02..1ae8d373f0f59f1d41b306c59ee389cd890d460f 100644 (file)
@@ -469,6 +469,8 @@ typedef /*@abstract@*/ /*@mutable@*/ void *va_list;
 void va_start (/*@out@*/ va_list ap, ...) /*@modifies ap;@*/ ;
 void va_end (va_list va) /*@modifies va;@*/ ;
 
+void va_copy (/*@out@*/ va_list dest, va_list src) /*modifies dest;@*/ ;
+
 /*
 ** va_arg is builtin
 */
This page took 0.042632 seconds and 4 git commands to generate.