Add a parenthesis
This commit is contained in:
parent
fffce3b5fd
commit
bb6f18b79a
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ The structure of the C files in r2 must be like this:
|
|||
#include <r_core.h> ## includes
|
||||
static int globals ## const, define, global variables
|
||||
static void helper() {} ## static functions
|
||||
R_IPI void internal() {} ## internal apis (used only inside the library
|
||||
R_IPI void internal() {} ## internal apis (used only inside the library)
|
||||
R_API void public() {} ## public apis starting with constructor/destructor
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue