Date: Tue, 18 May 2021 10:41:02 +0100
>> It tells the reason why the path is not supposed to be reached.
Don't we already have perror() for that?
If ( fatal condition )
{
perror( "Something informative" );
abort();
}
Andrew
Don't we already have perror() for that?
If ( fatal condition )
{
perror( "Something informative" );
abort();
}
Andrew
Received on 2021-05-18 04:41:55