“No such file or directory” error on using open() system call in code blocks

后端 未结 0 1204
傲寒
傲寒 2021-02-07 16:03
int main()
{
    char *input_img = "Tamilar_valvu_logo";
    int input = open(input_img,O_RDONLY);
    if(input == -1)
    {
        printf("Error no %d\\         


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