librepsheet
6.2.0
TheRepsheetcorelogiclibrary
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Pages
src
vector.h
1
#ifndef VECTOR_H
2
#define VECTOR_H
3
4
#include "cidr.h"
5
6
typedef
struct
7
{
8
int
size;
9
int
alloced_size;
10
range
* data;
11
}
expanding_vector
;
12
13
expanding_vector
*create_expanding_vector(
int
initial_size);
14
void
clear_expanding_vector(
expanding_vector
*ev);
15
void
push_item(
expanding_vector
*ev,
range
*push_range);
16
17
#endif
range
Definition:
cidr.h:15
expanding_vector
Definition:
vector.h:6
Generated on Mon Oct 5 2015 13:18:12 for librepsheet by
1.8.6