make cross_getch invisible
the cross_getch function will be called from the JNI Wrapper
and must not be visible to others
committer: Markus Bröker <mbroeker@largo.homelinux.org>
#!/bin/bashfor i in {1..1000};do ./client & if [ $? == 0 ]; then printf "Starting process\n"; fidone;