download the Asian font package
http://www.adobe.com/products/acrobat/acrrasianfontpack.html
Forrest Sheng Bao http://fsbao.net
Tested on Ubuntu 8.10 with LabVIEW 8.6 for Linux
When I plan to use tkmedit and tksurfer, components of freesurfer, the program said libtiff.so.3 can't be found
To solve this problem, it is very easy by executing following commands:
cd /usr/lib
ln -s libtiff.so.4 libtiff.so.3
#include unistd.h
#include fcntl.h
#include stdio.h
#include stdlib.h
#include time.h
int main(void)
{
int i,j,randomfd;
int rand[100];
for(i=0;i<10;i++)
{
srand(time(NULL)+getpid());
printf("%d ",rand()); //}
printf("\n");
randomfd=open("/dev/random",O_RDONLY);
if(!randomfd)
cc -O2 -g -Wall -c parapin.c
ar -cr libparapin.a parapin.o
cc -O2 -g -Wall -I. -L. examples/inputtest.c -o examples/inputtest -lparapin
cc -O2 -g -Wall -I. -L. examples/outputtest.c -o examples/outputtest -lparapin
cc -O2 -g -Wall -I. -L. examples/adc0831.c -o examples/adc0831 -lparapin
cc -O2 -g -Wall -I. -L. examples/ppdrv-test.c -o examples/ppdrv-test -lparapin