File: libbasicobjects.sym

package info (click to toggle)
ding-libs 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,092 kB
  • sloc: ansic: 31,844; makefile: 382; sh: 40
file content (20 lines) | stat: -rw-r--r-- 349 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
BASICOBJECTS_0.1.0 {
global:
    simplebuffer_free;
    simplebuffer_alloc;
    simplebuffer_grow;
    simplebuffer_add_raw;
    simplebuffer_add_str;
    simplebuffer_add_cr;
    simplebuffer_write;
    simplebuffer_get_buf;
    simplebuffer_get_len;

local:
    *;
};

BASICOBJECTS_0.1.1 {
global:
    simplebuffer_get_vbuf;
} BASICOBJECTS_0.1.0;