Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: [AVR-Chat] Code Conversion

2005-04-08 by Reza

Hi;

the main part of a function prototype is count and
type of arguments passed to function. so if no
paramtters should be passed, use (void) instead of ().

void overrun(void)
{
}

2nd;
use:

do{
...
}while( result == 0 );




		
__________________________________ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.