home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
LC
/
SIMPWN93.ZIP
/
SIMPWIN.ZIP
/
FUNG8.TXT
< prev
next >
Wrap
Text File
|
1997-08-18
|
240b
|
11 lines
Write_window() is like printf but has positioning parameters.
Example:
char name[20] = "bruce";
write_window(3,5,"My name is %s",name);
This will display 'My name is bruce' at 3,5 of the current window.