Hi
I want to know how to declare a file (in TinyOs) and how to read from a file 
and write to a file ... The idea is to do a compression opération at the image 
that i can read all value from a file and obtain the result in the another file.
I am using a C declaration  and i want it with TinyOs...
This is the code: FILE* FP; FILE* FP1; int A[4][4]; double z[4][4]; double 
z1[4][4]; int i=0; int j=0; char p[10]="  "; char aa[20] ; int temp; FP = 
fopen("C:\\a.txt", "r"); FP1 = fopen("C:\\b.txt", "w");
.......
Thanks in advance.[/quote]


      
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to