mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 14:16:08 +00:00
tiny fixes to code.md(#856)
This commit is contained in:
parent
989555872e
commit
9174fd6278
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This page shows some hints about the coding conventions.
|
This page shows some hints about the coding conventions.
|
||||||
|
|
||||||
*Disclaimer: It is a work and progress and we will provide soon a fully documented API.*
|
*Disclaimer: It is a work in progress and we will provide soon a fully documented API.*
|
||||||
|
|
||||||
## Coding advices
|
## Coding advices
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ Never ever call `cmd("s offset")`;
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
```c++
|
```c++
|
||||||
Core()->seek(0xdeadbeef);
|
Core()->seek(0x00C0FFEE);
|
||||||
```
|
```
|
||||||
|
|
||||||
### Creating a widget
|
### Creating a widget
|
||||||
|
Loading…
Reference in New Issue
Block a user