summaryrefslogtreecommitdiff
path: root/graphs/piscine/element_count/element_count.h
blob: 57412ed9548e06f2aa04f883d39d436ba80ba7b6 (plain)
1
2
3
4
5
6
7
8
#ifndef ELEMENT_COUNT_H
#define ELEMENT_COUNT_H

#include <stddef.h>

size_t element_count(int *begin, int *end);

#endif /* !ELEMENT_COUNT_H */