C/strerror: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Lethern (dyskusja | edycje)
Lethern (dyskusja | edycje)
Nie podano opisu zmian
Linia 30:
if (f == NULL)
{
perrorprintf("Nie udalo sie otworzyc pliku: %s\n", strerror(errno));
return 1;
}
Linia 38:
}
</source>
 
Analogiczne do użycia
perror("Nie udalo sie otworzyc pliku");
 
=== Zobacz też ===