- inserted command statistic
- add runscript parameter to environment object - added Arg2Tcl0 function
This commit is contained in:
@ -87,5 +87,10 @@ typedef struct _TokenEntry {
|
||||
if (result != NULL && result != buffer) free(result);
|
||||
|
||||
!*/
|
||||
|
||||
char *Arg2Tcl0(int argc, char *argv[], char *buffer, int buffersize, char *prepend);
|
||||
/*!
|
||||
This function is added for convenience, and acts similar to Arg2Tcl.
|
||||
If prepend is not NULL, its contents appear untreated before the args.
|
||||
A space is used as separator.
|
||||
!*/
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user