ExternalFunction.st
changeset 1317 cc737e0fdf48
parent 1286 4270a0b4917d
child 1542 cdcf4ad7556f
--- a/ExternalFunction.st	Sat Apr 27 20:02:36 1996 +0200
+++ b/ExternalFunction.st	Sat Apr 27 20:11:33 1996 +0200
@@ -97,6 +97,10 @@
 
     [author:]
         Claus Gittinger
+
+    [see also:]
+        ExternalAddress ExternalBytes
+        ( how to write primitive code :html: programming/primitive.html )
 "
 ! !
 
@@ -415,6 +419,6 @@
 !ExternalFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.8 1996-04-25 15:59:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.9 1996-04-27 18:10:49 cg Exp $'
 ! !
 ExternalFunction initialize!