mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-25 16:51:30 +00:00
14 lines
118 B
C
14 lines
118 B
C
#ifndef R2_LIMITS_H
|
|
#define R2_LIMITS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|