Help for this page

Select Code to Download


  1. or download this
    table[limit] = 0;
    
  2. or download this
    char *table = (char *) malloc( (limit + 1) * sizeof(char) );