Reading whole file into a Buffer

后端 未结 0 970
别跟我提以往
别跟我提以往 2020-12-05 00:16

I am trying to read a RSA key file into a buffer with the code below

 char* readkeyBuffer(){
    char *buffer;
    long length;
    FILE *f;
    f= fopen (&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题