source: trunk/src/emx/include/os2thunk.h@ 1303

Last change on this file since 1303 was 236, checked in by zap, 23 years ago

See ChangeLog.

  • Property cvs2svn:cvs-rev set to 1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 2.6 KB
Line 
1/* os2thunk.h (emx+gcc) */
2
3#ifndef _OS2THUNK_H
4#define _OS2THUNK_H
5
6typedef unsigned long _far16ptr;
7
8_far16ptr _libc_32to16 (void *ptr);
9void *_libc_16to32 (_far16ptr ptr);
10
11unsigned long _libc_thunk1 (void *args, void *fun);