View Raw SPL
/* returns number of input args */
_numargs(argv)
{
        return(argc);
}