#include <stdio.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | BER_MAX_BYTES (sizeof(ber_t) + 1) |
Typedefs | |
typedef unsigned int | ber_t |
Functions | |
int | ber_buf2value (const unsigned char *buf, int buf_len, ber_t &result) |
int | ber_file2value (FILE *fp, ber_t &result) |
int | ber_value2buf (unsigned char *buf, int buf_len, ber_t value) |
int | ber_value2file (FILE *fp, ber_t value) |