[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gcc and mint-libs PL46



|>Chris Herborth wrote:
|>>I'm really amazed (and a little frightened) by the amount of flack we're
|>>getting for suggesting that the libraries be made a little (a very
|>>little!) more robust...  Do all of you always check your paramters
|>>before every system call?  Do all of you always check your return
|>>values?
|>
|>Amen. How much larger would a program be if the libs did the check for
|>NULL (once) instead of the program (many times, potentially)?
|>
*Please* can we stop that discussion. The fact is, there are libraries
(not only the MiNT library) which do not check parameters to fopen &
co. So the program has to check it itself to be portable.