#include <etsi_its_denm_coding/asn_internal.h>
#include <etsi_its_denm_coding/asn_random_fill.h>
#include <etsi_its_denm_coding/constr_TYPE.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
static uintmax_t | asn__intmax_range (intmax_t lb, intmax_t ub) |
intmax_t | asn_random_between (intmax_t lb, intmax_t rb) |
int | asn_random_fill (const struct asn_TYPE_descriptor_s *td, void **struct_ptr, size_t length) |
|
static |
Definition at line 25 of file asn_random_fill.c.
intmax_t asn_random_between | ( | intmax_t | lb, |
intmax_t | rb | ||
) |
Definition at line 38 of file asn_random_fill.c.
int asn_random_fill | ( | const struct asn_TYPE_descriptor_s * | td, |
void ** | struct_ptr, | ||
size_t | length | ||
) |
Definition at line 12 of file asn_random_fill.c.