1
0
forked from TEX/lab3_test

add aux branch

This commit is contained in:
dzruyk
2023-03-25 04:17:47 +03:00
parent d4ef45f45b
commit 98dabf1f73
9 changed files with 68 additions and 123 deletions

7
aux_lib.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include <stdbool.h>
int fibonacci(int nitem);
bool sum_is_odd(int *arr, int arrsz);