#include <stdio.h>
#include "odr-priv.h"
Go to the source code of this file.
Functions | |
| int | ber_boolean (ODR o, int *val) |
This source file implements BER encoding and decoding of the BOOLEAN type.
Definition in file ber_bool.c.
| int ber_boolean | ( | ODR | o, | |
| int * | val | |||
| ) |
Definition at line 21 of file ber_bool.c.
References ber_declen(), ber_enclen(), odr::bp, odr::direction, ODR_DECODE, ODR_ENCODE, odr_max, ODR_PRINT, odr_putc, odr_seterror(), OOTHER, and OPROTO.
Referenced by odr_bool().
1.5.6