1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
/******************************************************************
* *
* Here is a nice big boxed comment. Enjoy it!! file fill fil *
* *
******************************************************************/
/*-------------------------------------------------------------------------.
| For a given SIDE, turn original input file in another one, in which each |
| word is on one line. |
`-------------------------------------------------------------------------*/
int global;
/******************************************************************
* *
* Here is a nice big boxed comment. Enjoy it!! file fill fil *
* *
******************************************************************/
int barof;
/******************************************************************
* *
* Here is a nice big boxed comment. Enjoy it!! file fill fil *
* *
******************************************************************/
main ()
{
printf ("Eat me\n");
}
/* Les boites de Francois */
/*====================================================================\
| Note that Standard Input must be associated to a virtual terminal. |
| Further, it must be currently displayed for any sound to occur. |
\====================================================================*/
/* Note that Standard Input must be associated to a virtual terminal. */
/* Further, it must be currently displayed for any sound to occur. */
/* ------------------------------------------------------------------- */
sfou ()
{
while (foo)
{
printf ("Save me from indent");
printf ("What idiot wrote this program?");
} /**************************************
* Another woeird boxed comment *
* *
**************************************/
i = 33;
while (foo)
{
printf ("Save me from indent");
printf ("What idiot wrote this program?");
}
}
|