[project @ 1999-11-23 11:52:08 by andy]
authorandy <unknown>
Tue, 23 Nov 1999 11:52:08 +0000 (11:52 +0000)
committerandy <unknown>
Tue, 23 Nov 1999 11:52:08 +0000 (11:52 +0000)
Updating dll export function list to include
new functions in nHandle.c

ghc/interpreter/nHandle.def

index ec198d7..1f38a6c 100644 (file)
@@ -1,12 +1,19 @@
 EXPORTS
+nh_getCPUtime
+nh_getCPUprec
+nh_getPID
+nh_exitwith
+nh_system
+nh_iseof
+nh_filesize
 nh_stdin
 nh_stdout
 nh_stderr
-nh_write
-nh_read
 nh_open
-nh_flush
 nh_close
+nh_flush
+nh_write
+nh_read
 nh_errno
 nh_malloc
 nh_free