Digi XBee(R) ANSI C Host Library
random.h
1 /*
2  * Copyright (c) 2019 Digi International Inc.,
3  * All rights not expressly granted are reserved.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
7  * You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * Digi International Inc., 9350 Excelsior Blvd., Suite 700, Hopkins, MN 55343
10  * ===========================================================================
11  */
12 
13 #include <stdlib.h>
14 #include "xbee/platform.h"
15 
28 int xbee_random(void *output, size_t output_len);
Common header for Hardware Abstraction Layer.