9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* pcc & libg.a
@ 1995-01-03 17:34 Hans-Peter
  0 siblings, 0 replies; only message in thread
From: Hans-Peter @ 1995-01-03 17:34 UTC (permalink / raw)



Hi,
is it possible to develop a application with .../ape/libg.a and pcc?

The following programm
	#define _LIBG_EXTENSION
	#define _POSIX_SOURCE
	#       include <stdio.h>
	#       include <libg.h>

	void ereshaped(Rectangle r ) { }

	endles(Bitmap * screen)
	{
  	      fprintf(stderr, "~~~~~\n");
 	       while ( ecanread(~0) ) fprintf(stderr, "ecanread\n");
	}

	void main(void)
	{
 	      binit(0,0, "local_label");
 	      einit(Ekeyboard|Emouse);
  	      endles( & screen );
	}
	
terminates in the in .../ape/libg.a(event.c:static void extract())

Is there anybody out there,
who can help?

Thanks for your help.

Hans-Peter






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-01-03 17:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-01-03 17:34 pcc & libg.a Hans-Peter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).