Help for this page

Select Code to Download


  1. or download this
    while (!feof(fd) && (c = fgetc(fd)) != '\r' && c != '\n')
    pubkey_len++;
    
  2. or download this
    while (!feof(fd) && (c = fgetc(fd)) != '\r' && c != '\n' && c != 10)
    pubkey_len++;