MSUStudentWork/Sorting/7Ex/seagwithsob.h

12 lines
254 B
C

#ifndef SEAGWITHSOB
#define SEAGWITHSOB
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
void sort(double * array, int length);
void rewrite(double * array, double * zero, int len_zero, double * unit, int len_unit);
#endif