mirror of
https://github.com/ada-dmitry/prog.l_ada.git
synced 2026-09-24 09:10:14 +00:00
7 lines
110 B
C
7 lines
110 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
//#include "dz_func.h"
|
|
|
|
void bin_search(struct st tmp[], int n){
|
|
|
|
} |