C Vuser scripts

In a C Vuser script, you can use any C code that conforms to the standard ANSI conventions. To create an empty C Vuser script, select C Vuser in the Create a New Script dialog box. VuGen creates an empty C Vuser script:

Action1()
{
    return 0;
}

You can use C Vuser functions in all of Vuser script types that use C functions.

See the Function Reference for a C reference that includes syntax and examples of commonly used C functions.