Re: What is a "null loop"?
- From: "vishnuvyas" <vishnuvyas@xxxxxxxxx>
- Date: 31 Oct 2005 12:27:43 -0800
someone@xxxxxxxxxxxxxxxxxxxxxx wrote:
> I went through -all- of the major on-line tech/non-tech dictionaries and could not find a definision.
hmm..maybe you mean this.
do { /*do all your stuff here */ } while (0);
Its used in some old C code to provide a lexical block for variable
declarations.
Cheers
Vishnu Vyas
.
- Follow-Ups:
- Re: What is a "null loop"?
- From: Martijn
- Re: What is a "null loop"?
- Prev by Date: how to sync code access
- Next by Date: Re: seamless scrolling back
- Previous by thread: how to sync code access
- Next by thread: Re: What is a "null loop"?
- Index(es):
Relevant Pages
|