File: libref_array.sym

package info (click to toggle)
ding-libs 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,092 kB
  • sloc: ansic: 31,844; makefile: 382; sh: 40
file content (24 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
REF_ARRAY_0.1.1 {
global:
    ref_array_create;
    ref_array_getref;
    ref_array_destroy;
    ref_array_append;
    ref_array_get;
    ref_array_getlen;
    ref_array_len;
    ref_array_insert;
    ref_array_replace;
    ref_array_remove;
    ref_array_swap;
    ref_array_reset;
    ref_array_debug;

local:
    *;
};

REF_ARRAY_0.1.4 {
global:
    ref_array_copy;
} REF_ARRAY_0.1.1;