libcoap  4.1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Data Structures | Functions | Variables
t.c File Reference
#include <arpa/inet.h>
#include <stdio.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  addr_t
 

Functions

size_t print_addr (struct addr_t *addr, char *buf, size_t len)
 
int main ()
 

Variables

const unsigned char hex [] = "0123456789ABCDEF"
 

Function Documentation

int main ( )

Definition at line 40 of file t.c.

size_t print_addr ( struct addr_t addr,
char *  buf,
size_t  len 
)

Definition at line 15 of file t.c.

Variable Documentation

const unsigned char hex[] = "0123456789ABCDEF"

Definition at line 12 of file t.c.