Project

General

Profile

Actions

Feature #305

open

fundamental vector type

Added by Joerg Behrens over 11 years ago. Updated over 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/15/2012
Due date:
% Done:

10%

Estimated time:

Description

It might be useful to have a fundamental vector type

struct vec_DATA_TYPE { int n; int cap; DATA_TYPE *p;};

in order to simplify the code, e.g. to reduce the number of arguments when vector-like information is passed (DATA_TYPE *p, n)

Actions

Also available in: Atom PDF