function system() from stdlib.h



Hi,

I had write a program for Windows OS and put the following line:

system("pause")

that use the "pause" command from DOS to pause the screen until I push
a button. How to get the same result in Linux's bash ?

thanks a lot

.