Rizin
unix-like reverse engineering framework and cli tools
rz_luhn.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2021 deroad <wargio@libero.it>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef RZ_LUHN_H
5
#define RZ_LUHN_H
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
#include <
rz_types.h
>
12
13
RZ_API
bool
rz_calculate_luhn_value
(
const
char
*data,
ut64
*result);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
/* RZ_LUHN_H */
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
rz_calculate_luhn_value
RZ_API bool rz_calculate_luhn_value(const char *data, ut64 *result)
Definition:
luhn.c:6
rz_types.h
ut64
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
librz
include
rz_util
rz_luhn.h
Generated by
1.9.1