View Raw SPL

#include 

/* notifies user to download help files */
_notifyhtm()
{
        local str0, str1, str2, s3;
        
        /* oem name */
        s3 = sprintf(_ntfystr_htm2, version(11));

        /* strings */
        str0 = _ntfystr_htm0;
        str1 = _ntfystr_htm1;
        str2 = s3;

        _mf("notifyhtm.pan");

}