[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function putstr - put string with attribute on the screen
Syntax void putstr(byte *c);
Prototype in video.h
Remarks putstr puts string c on the screen at the cursor
via INTerrupts. When finished the cursor will be 1
spot after the string. The attribute is set with
the global variable char_attribute.
Return value nothing.
See also putk(), putsay(), set_color()
Example #include <video.h>
main()
{
gotohv(12,40);
putstr((byte *)"Hello");
}
See Also:
putk()
putsay()
set_color()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson