Commit 771651dd by rakein

Delete v2ljastus.h

parent 55c4830d
Showing with 0 additions and 13 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