LibJuno 0.23.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
hash_api.h File Reference
#include "juno/status.h"
#include "juno/module.h"
#include <stddef.h>
Include dependency graph for hash_api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  JUNO_HASH_API_TAG
 

Typedefs

typedef struct JUNO_HASH_API_TAG JUNO_HASH_API_T
 

Functions

 JUNO_MODULE_DECLARE (JUNO_HASH_T)
 
 JUNO_MODULE_BASE_DECLARE (JUNO_HASH_BASE_T)
 
 JUNO_MODULE_BASE (JUNO_HASH_BASE_T, JUNO_HASH_API_T, JUNO_MODULE_EMPTY)
 

Typedef Documentation

◆ JUNO_HASH_API_T

This API has been generated by LibJuno: https://www.robinonsay.com/libjuno/ This header contains the juno_hash library API

Author

Function Documentation

◆ JUNO_MODULE_BASE()

JUNO_MODULE_BASE ( JUNO_HASH_BASE_T  ,
JUNO_HASH_API_T  ,
JUNO_MODULE_EMPTY   
)

◆ JUNO_MODULE_BASE_DECLARE()

JUNO_MODULE_BASE_DECLARE ( JUNO_HASH_BASE_T  )

◆ JUNO_MODULE_DECLARE()

JUNO_MODULE_DECLARE ( JUNO_HASH_T  )