JWS-109 Fixed the links in the navbar header and footer to match the new documentatio...
[jabaws.git] / binaries / 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 }