home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <StubPreamble.h>
-
- /* Stubs for class NativeExample */
- /* SYMBOL: "NativeExample/quote(I)Ljava/lang/String;", Java_NativeExample_quote_stub */
- stack_item *Java_NativeExample_quote_stub(stack_item *_P_,struct execenv *_EE_) {
- extern void* NativeExample_quote(void *,long);
- _P_[0].p = NativeExample_quote(NULL,((_P_[0].i)));
- return _P_ + 1;
- }
- /* SYMBOL: "NativeExample/twoTimes()I", Java_NativeExample_twoTimes_stub */
- stack_item *Java_NativeExample_twoTimes_stub(stack_item *_P_,struct execenv *_EE_) {
- extern long NativeExample_twoTimes(void *);
- _P_[0].i = NativeExample_twoTimes(_P_[0].p);
- return _P_ + 1;
- }
- /* SYMBOL: "NativeExample/doubleUp()LNativeExample;", Java_NativeExample_doubleUp_stub */
- stack_item *Java_NativeExample_doubleUp_stub(stack_item *_P_,struct execenv *_EE_) {
- extern void* NativeExample_doubleUp(void *);
- _P_[0].p = NativeExample_doubleUp(_P_[0].p);
- return _P_ + 1;
- }
-