Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!csn!bernard@boulder.colorado.edu From: bernard@boulder.colorado.edu (Bernie Bernstein) Newsgroups: comp.sys.mac.programmer Subject: MPW->Think C typedef pascal ... Message-ID: <1991Jan30.002237.18618@csn.org> Date: 30 Jan 91 00:22:37 GMT Sender: news@csn.org (news) Organization: University of Colorado, Boulder Lines: 13 Nntp-Posting-Host: csgator1.colorado.edu How does one map the following typedef from MPW to Think C? typedef pascal void (*myfunction)(short *a, char *b); The compiler says "Invalid Storage Class" unless I remove the "pascal" part. I assume the pascal part is important because I use this type to extract functions from resources which use pascal conventions. Bernie Bernstein bernard@boulder.colorado.edu bernardb@applelink.apple.com