1
0
forked from TEX/lab3_test
Files
lab3_test/aux_lib.h

8 lines
101 B
C
Raw Normal View History

2023-03-25 04:17:47 +03:00
#pragma once
#include <stdbool.h>
int fibonacci(int nitem);
bool sum_is_odd(int *arr, int arrsz);