HP3000-L Archives

October 1998, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Keven Miller <[log in to unmask]>
Reply To:
Keven Miller <[log in to unmask]>
Date:
Wed, 28 Oct 1998 11:06:44 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
Try this

#pragma intrinsic HPGETPROCPLABEL

typedef  short (*i2funcptr)();

i2funcptr pASCII;

void *load () {
   int pLabel;
   HPGETPROCPLABEL ("%ASCII%", &pLabel );
   return (void*) pLabel;
}

void main () {
   pASCII = (i2funcptr) load ();
}


+=====================================
 Keven Miller   KC7LYD
 [log in to unmask]   (Salt Lake City, Utah, USA)
+=====================================

ATOM RSS1 RSS2