|
||
void sys_block ( char *buf )
char *buf; // character buffer to receive block path
|
|
|
Synopsis |
#include "silver.h"
The sys_block function copies the full path of the current SilverScreen block into buf .
|
|
Parameters |
buf is a character buffer that is to receive the block path.
|
|
Return Value |
none.
|
|
See Also |
|