Mercurial > hg > Members > kono > nitros9-code
comparison docs/ccguide/modload.refentry @ 602:42b2c775f05f
All refentries finished.
author | roug |
---|---|
date | Fri, 15 Nov 2002 21:49:51 +0000 |
parents | 253b6096ee01 |
children |
comparison
equal
deleted
inserted
replaced
601:8b8736b66631 | 602:42b2c775f05f |
---|---|
36 </para> | 36 </para> |
37 </refsect1> | 37 </refsect1> |
38 | 38 |
39 <refsect1><title>Description</title> | 39 <refsect1><title>Description</title> |
40 <para> | 40 <para> |
41 Placeholder | 41 Each of these calls return a pointer to an OS-9 memory module. |
42 </para> | |
43 <para> | |
44 Modlink will search the module directory for a module with the | |
45 same name as "modname" and, if found, increment its link count. | |
46 </para> | |
47 <para> | |
48 Modload will open the file which has the path list specified by | |
49 "filename" and loads modules from the file adding them to the | |
50 module directory. The returned value is a pointer to the first | |
51 module loaded. | |
52 </para> | |
53 <para> | |
54 Above, each is shown as returning a pointer to an executable | |
55 module, but it will return a pointer to whatever type of module | |
56 is found. | |
42 </para> | 57 </para> |
43 </refsect1> | 58 </refsect1> |
44 | 59 |
45 <refsect1><title>Diagnostics</title> | 60 <refsect1><title>Diagnostics</title> |
46 <para> | 61 <para> |