home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / kaffe-0.2 / lib / native / java.lang / java.lang.System.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-07  |  555 b   |  17 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_lang_System */
  4.  
  5. #ifndef _Included_java_lang_System
  6. #define _Included_java_lang_System
  7.  
  8. typedef struct Classjava_lang_System {
  9. } Classjava_lang_System;
  10. HandleTo(java_lang_System);
  11.  
  12. extern long long java_lang_System_currentTimeMillis();
  13. extern void java_lang_System_arraycopy(struct Hjava_lang_Object*, long, struct Hjava_lang_Object*, long, long);
  14. extern struct Hjava_util_Properties* java_lang_System_initProperties(struct Hjava_util_Properties*);
  15.  
  16. #endif
  17.