Simple Comments Program
#include<stdio.h>#define NOTFINISHED 0
/**********************************************/
/* A bar like the one above can be used to */
/* separate functions visibly in a program */
main ()
{ int i; /* declarations */
do
{
/* Nothing !!! */
}
while (NOTFINISHED);
}
0 comments:
Post a Comment