diff options
author | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
commit | 880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch) | |
tree | bdafb71416f176d2a4b73bf716c9dc3f13685a8b /CNativeCode/mac_console.h |
Initial revision
Diffstat (limited to 'CNativeCode/mac_console.h')
-rw-r--r-- | CNativeCode/mac_console.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CNativeCode/mac_console.h b/CNativeCode/mac_console.h new file mode 100644 index 0000000..59ba834 --- /dev/null +++ b/CNativeCode/mac_console.h @@ -0,0 +1,16 @@ +// File "mac_console.h" + +#include <jni.h> +#include <stdio.h> +#include <string.h> +#include <MacTypes.h> +#include <MacMemory.h> + + +void InstallJavaConsole(JNIEnv *env); +void UninstallJavaConsole(void); +int InstallConsole(void); +int RemoveConsole(void); +int WriteCharsToConsole(void); +int ReadCharsFromConsole(void); + |