File: tickit_string_get.3

package info (click to toggle)
libtickit 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,556 kB
  • sloc: ansic: 13,904; perl: 228; makefile: 161; sh: 38
file content (20 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH TICKIT_STRING_GET 3
.SH NAME
tickit_string_get \- obtain the characters from a counted string
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "const char *tickit_string_get(const TickitString *" s );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_string_get\fP() returns a pointer to the actual stored character buffer within the counted string instance. This should be considered immutable; the caller must not modify this buffer.
.SH "RETURN VALUE"
\fBtickit_string_get\fP() returns a NUL-terminated string pointer.
.SH "SEE ALSO"
.BR tickit_string_new (3),
.BR tickit_string_len (3),
.BR tickit_string (7),
.BR tickit (7)