Sindbad~EG File Manager

Current Path : /usr/tests/usr.bin/diff/
Upload File :
Current File : //usr/tests/usr.bin/diff/ifdef.out

/*
 * A comment 
 *
#ifndef PLOP
 * And another  bla
#else /* PLOP */
 * And another bla
#endif /* PLOP */
 *
#ifndef PLOP
 * And yet another
#else /* PLOP */
 * and yet another
#endif /* PLOP */
 */

int
main(void)
{
#ifdef PLOP

#endif /* PLOP */
	printf("something");

	return (0);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists