Move the sources to trunk
[opencv] / apps / vmdemotk / CommandConcatenation.h
1     #include <tcl.h>
2     #include <stdarg.h>
3
4     char* CommandConcatenation (Tcl_DString *string, char *str, ...);
5