Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/14/06 06:40
Read: times


 
#112108 - here?
Responding to: ???'s previous message
hi,
        if ((bar == 'n') || (bar == strlen))
            done = 1;

should be:
        if ((bar == 'n') || (cnt == strlen))

?

Regards,
Oleg


List of 7 messages in thread
TopicAuthorDate
Keil C51 and pointers as parameters            01/01/70 00:00      
   Wrong spelling            01/01/70 00:00      
      Foobar            01/01/70 00:00      
         FUBAR            01/01/70 00:00      
   Seems legal            01/01/70 00:00      
      re: seems legal            01/01/70 00:00      
   here?            01/01/70 00:00      

Back to Subject List