Remi Arnaud (arnaud++at++pobox.oleane.com)
Mon, 20 Nov 1995 19:35:06 +0000
#include <Performer/pr.h>
int main (void)
{
void *col;
void *memarena;
/* Initialize Performer */
pfInitArenas();
pfInit();
pfInitState(pfGetSemaArena());
memarena = pfGetSharedArena();
col = pfNewCtab(16, memarena);
/* printf("%08X\n",col); */
pfFree(col);
/* If you're lucky */
pfExit();
}
The same program is working with IRIX 6.2
What's up doc ?
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:52:03 PDT