GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
doc::unibi_set_ext_str(3) unibilium doc::unibi_set_ext_str(3)

unibi_get_ext_bool, unibi_set_ext_bool, unibi_get_ext_num, unibi_set_ext_num, unibi_get_ext_str, unibi_set_ext_str - access the extended capabilities of a terminal object

 #include <unibilium.h>

 int unibi_get_ext_bool(const unibi_term *ut, size_t i);
 int unibi_get_ext_num(const unibi_term *ut, size_t i);
 const char *unibi_get_ext_str(const unibi_term *ut, size_t i);
 
 void unibi_set_ext_bool(unibi_term *ut, size_t i, int b);
 void unibi_set_ext_num(unibi_term *ut, size_t i, int v);
 void unibi_set_ext_str(unibi_term *ut, size_t i, const char *s);

Get/set extended boolean, numeric, and string capabilities. i is the index of the extended capability to act on; it must be less than "unibi_count_ext_bool(ut)", "unibi_count_ext_num(ut)", or "unibi_count_ext_str(ut)", respectively.

Note that "unibi_set_ext_str" simply stores the pointer it is given; it will not free s or make a copy of the string.

unibilium.h(3)
2019-08-11 unibilium-2.0.0

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.