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 */
#define RZ_API
RZ_API bool rz_calculate_luhn_value(const char *data, ut64 *result)
Definition: luhn.c:6
ut64(WINAPI *w32_GetEnabledXStateFeatures)()