mirror of
https://github.com/zoriya/Quadtree.git
synced 2025-12-06 06:36:09 +00:00
11 lines
137 B
C
11 lines
137 B
C
/*
|
|
** EPITECH PROJECT, 2020
|
|
** Twac
|
|
** File description:
|
|
** array
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void arr_add(int *arr, int n);
|
|
int arr_len(int *arr); |