View Single Post
  #17 (permalink)  
Old 07-23-2009, 07:38 AM
James Kuyper
Guest
 
Posts: n/a
Default Re: passing to C function less argument than required

Thomas Richter wrote:
.....
> Something undefined, which means in best case "it works as expected".


Actually, that's one of the worst possible results: it leaves you
unaware of the fact that your code is defective, and might break
catastrophically if you change something - the compiler, the platform,
the next line of code, the precise timing with which you hit the keys
while using the program, ....
--
comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry.
Reply With Quote