Rizin
unix-like reverse engineering framework and cli tools
common.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_ASM_AVR_COMMON_H
5 #define RZ_ASM_AVR_COMMON_H
6 
7 #define AVR_INVALID_SIZE 0
8 
9 typedef const char cchar;
10 
11 #endif /* RZ_ASM_AVR_COMMON_H */
const char cchar
Definition: common.h:9