libGimbal
0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gimbal_algorithms.h
Go to the documentation of this file.
1
/*! \file
2
* \brief Algorithms module-wide include
3
* \ingroup algorithms
4
*
5
* \author Falco Girgis
6
*/
7
8
#
ifndef
GIMBAL_ALGORITHMS_H
9
#
define
GIMBAL_ALGORITHMS_H
10
11
#
include
"algorithms/gimbal_hash.h"
12
#
include
"algorithms/gimbal_numeric.h"
13
#
include
"algorithms/gimbal_sort.h"
14
#
include
"algorithms/gimbal_sha1.h"
15
#
include
"algorithms/gimbal_md5.h"
16
#
include
"algorithms/gimbal_random.h"
17
#
include
"algorithms/gimbal_compression.h"
18
19
/*! \defgroup algorithms Algorithms
20
* \brief Collection of common algorithms
21
22
LibGimbal provides a set of built-in numeric, sorting, and general utility algorithms which tend to be
23
commonly used within applications and core frameworks.
24
*/
25
26
27
#
endif
// GIMBAL_ALGORITHMS_H
lib
api
gimbal
gimbal_algorithms.h
Generated by
1.9.8