/* Arbeiten mit "include" */
/* Datei: pninc2.c */

#include <stdio.h> /* Suchen im Systembereich */
#ifndef _PNINC2
#include "pninc2.h"
#endif
int main ()
{
printf ("\nAusgabe mit \"printf()\": %s : %d\n",
	"PNINC2",MeineKonstante);
return 0;
}
