Help for this page

Select Code to Download


  1. or download this
    typedef enum {
        SVt_NULL,    /* 0 */
    ...
        SVt_PVIO,    /* 15 */
        SVt_LAST    /* keep last in enum. used to size arrays */
    } svtype;