On Fri, Jul 24, 2009 at 5:34 AM, Sanne Korzec wrote:
> Hi Mailing,
>
> I am using a c program, which first initializes for some seconds and then
> waits for user input (keyboard) to type something. When enter is pressed the
> c program continues.
> Using the keyboard and then enter in the c progra
Hi Mailing,
I am using a c program, which first initializes for some seconds and then
waits for user input (keyboard) to type something. When enter is pressed the
c program continues.
I have wrapped this program in a python script, which starts the c program.
To start the c program, there