Hi guys,
Thanks alot for your answers to my previous questions. They were really helpful. I have another question regarding calling C functions from tcl procedures. For example:
proc sendData {} {
set a 12
set b 8
sendToC $a $b ------ //sendToC is a C procedure which I
am trying to call.
...
}
Is this possible.? (I know I have written it incorrectly.)
Thanks alot for your answers to my previous questions. They were really helpful. I have another question regarding calling C functions from tcl procedures. For example:
proc sendData {} {
set a 12
set b 8
sendToC $a $b ------ //sendToC is a C procedure which I
am trying to call.
...
}
Is this possible.? (I know I have written it incorrectly.)