|
||
int sys_title ( char *buf )
char *buf; // character buffer to receive drawing title
|
|
|
Synopsis |
#include "silver.h"
The sys_title function copies the title of the current drawing into buf .
|
|
Parameters |
buf is a character buffer that is to receive the drawing title.
|
|
Return Value |
sys_title copies the title of the current drawing into buf if it exists, then returns 1; otherwise it will return 0, with buf unmodified.
|
|
See Also |
|