libosmogsm
1.0.1.85-9f28
Osmocom GSM library
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
common.h
Go to the documentation of this file.
1
3
#include <stdint.h>
4
#include <stdlib.h>
5
#include <string.h>
6
7
#define MSG_DEBUG
8
#define wpa_hexdump(x, args...)
9
#define wpa_hexdump_key(x, args...)
10
#define wpa_printf(x, args...)
11
12
#define os_memcpy(x, y, z) memcpy(x, y, z)
13
#define os_memcmp(x, y, z) memcmp(x, y, z)
14
#define os_memset(x, y, z) memset(x, y, z)
15
#define os_malloc(x) malloc(x)
16
#define os_free(x) free(x)
17
18
typedef
uint8_t
u8
;
19
typedef
uint32_t
u32
;
20
21
#define __must_check
u8
uint8_t u8
Definition:
common.h:18
u32
uint32_t u32
Definition:
common.h:19
src
gsm
milenage
common.h
Generated on Mon Mar 25 2019 02:35:14 for libosmogsm by
1.8.8