Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / mafft / core / test.c
1 #include <stdio.h>
2 #include <unistd.h>
3 main()
4 {
5         fprintf( stdout, "nprocess = %d\n", sysconf( _SC_NPROCESSORS_ONLN ) );
6         fprintf( stdout, "nprocess = %d\n", sysconf( _SC_NPROCESSORS_CONF ) );
7 }