Rizin
unix-like reverse engineering framework and cli tools
utils.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2013-2021 th0rpe <josediazfer@yahoo.es>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef UUTILS_H
5 #define UUTILS_H
6 
7 #include <rz_types.h>
8 #define C55PLUS_DEBUG 0
9 
10 char *strcat_dup(char *s1, char *s2, st32 n_free);
11 char *get_hex_str(ut32 hex_num);
12 
13 #endif
uint32_t ut32
char * strcat_dup(char *s1, char *s2, st32 n_free)
Definition: utils.c:12
char * get_hex_str(ut32 hex_num)
Definition: utils.c:38
#define st32
Definition: rz_types_base.h:12
#define s1(x)
Definition: sha256.c:60