Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > 700475c8ae73fb4d57b6df4485c29e1c > files > 90

slang-doc-1.4.4-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE> {The S-lang C Library Reference}: SLallocate_load_type</TITLE>
 <LINK HREF="cref-38.html" REL=next>
 <LINK HREF="cref-36.html" REL=previous>
 <LINK HREF="cref.html#toc37" REL=contents>
</HEAD>
<BODY>
<A HREF="cref-38.html">Next</A>
<A HREF="cref-36.html">Previous</A>
<A HREF="cref.html#toc37">Contents</A>
<HR>
<H2><A NAME="SLallocate_load_type"></A> <A NAME="s37">37. <B>SLallocate_load_type</B></A></H2>

<P>
<DL>
<DT><B> Synopsis </B><DD><P>Allocate a SLang_Load_Type object
<DT><B> Usage </B><DD><P><CODE>SLang_Load_Type *SLallocate_load_type (char *name)</CODE>
<DT><B> Description </B><DD><P>The <CODE>SLallocate_load_type</CODE> function allocates and initializes
space for a <CODE>SLang_Load_Type</CODE> object and returns it.  Upon
failure, the function returns <CODE>NULL</CODE>.  The parameter <CODE>name</CODE>
must uniquely identify the object.  For example, if the object
represents a file, then <CODE>name</CODE> could be the absolute path name
of the file.
<DT><B> See Also </B><DD><P><CODE>SLdeallocate_load_type, SLang_load_object</CODE>
</DL>
<P>
<P>
<HR>
<A HREF="cref-38.html">Next</A>
<A HREF="cref-36.html">Previous</A>
<A HREF="cref.html#toc37">Contents</A>
</BODY>
</HTML>