Сделал 9 Задание на сортировку

This commit is contained in:
AZEN-SGG 2024-11-14 18:36:50 +03:00
parent a1a35972d4
commit a83a31c034
4 changed files with 142 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#ifndef SEAGWITHSOB
#define SEAGWITHSOB
#include <string.h>
void sort(double * array, int length);
void rewrite(double * array, double * zero, int len_zero, double * unit, int len_unit);
#endif