[Top] [Prev] [Next] [Bottom] [Contents]

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



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.