Help for this page

Select Code to Download


  1. or download this
    void check(unsigned char* n, int len)
    {
    ...
           printf ("%d\n", *n++); 
        }
    }