home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 May / Freesoft_1997-05_cd.bin / recenz / PROGRAM / JAVADRAW / iavadraw301_inst.exe / data.z / CubbyHole.c < prev    next >
C/C++ Source or Header  |  1997-05-20  |  576b  |  17 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <StubPreamble.h>
  3.  
  4. /* Stubs for class CubbyHole */
  5. /* SYMBOL: "CubbyHole/get()I", Java_CubbyHole_get_stub */
  6. stack_item *Java_CubbyHole_get_stub(stack_item *_P_,struct execenv *_EE_) {
  7.     extern long CubbyHole_get(void *);
  8.     _P_[0].i = CubbyHole_get(_P_[0].p);
  9.     return _P_ + 1;
  10. }
  11. /* SYMBOL: "CubbyHole/put(I)V", Java_CubbyHole_put_stub */
  12. stack_item *Java_CubbyHole_put_stub(stack_item *_P_,struct execenv *_EE_) {
  13.     extern void CubbyHole_put(void *,long);
  14.     (void) CubbyHole_put(_P_[0].p,((_P_[1].i)));
  15.     return _P_;
  16. }
  17.