redhat man page for lber-types

Query: lber-types

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

LBER_TYPES(3)						     Library Functions Manual						     LBER_TYPES(3)

NAME
ber_int_t, ber_len_t, ber_tag_t - LBER types
SYNOPSIS
#include <lber.h> typedef impl_int_t ber_int_t; typedef impl_len_t ber_len_t; typedef impl_tag_t ber_tag_t;
DESCRIPTION
The are basic types defined for use with the Lightweight BER library. ber_int_t is a signed integer of at least 32 bits. ber_len_t is a unsigned integer of at least 32 bits used to represent a length. It is commonly equivalent to a size_t. ber_len_t is a unsigned integer of at least 32 bits used to represent a BER tag. It is commonly equivalent to a unsigned long.
SEE ALSO
lber-encode(3) lber-decode(3) lber-memory(3)
ACKNOWLEDGEMENTS
OpenLDAP is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). OpenLDAP is derived from University of Michigan LDAP 3.3 Release. OpenLDAP 2.0.27-Release 12 July 2000 LBER_TYPES(3)
Related Man Pages
lber-memory(3) - opendarwin
lber-memory(3) - v7
lber-memory(3) - minix
lber-memory(3) - x11r4
lber-memory(3) - php
Similar Topics in the Unix Linux Community
How to capture ^x,^y via bash script?
Reduced Activity Notification
Retrieving previous command in a script
About TODO
[TIP] Processing YAML files with yq