Commit d34af29e by rakein

Upload new file

parent a00b6ce5
Showing with 13 additions and 0 deletions
#include <stdio.h>
//#include "externalVariable.h"
void v2ljastus(FILE *S, double pindala[])
{
int MAX = 10;
int i;
S = fopen("pindalad.txt", "w");
for(i=0;i<MAX;i++)
{
fprintf(S, "%0.2lf\n", pindala[i]);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment