[Prev] [Next] [Top] [Bottom] [Contents] (169 out of 193)

SaULIstEnd

Prints the ending fragment for an unordered list.

Synopsis

#include "SaRnHtml.h"

int SaUListEnd();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the ending fragment for an unordered list.

Example

The code fragment:

SaUListEnd();
will write:

</UL>
to the output stream.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (169 out of 193)