mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
doc: minor fix (#16164)
This commit is contained in:
parent
2d08c7b629
commit
00bd7b621d
1 changed files with 1 additions and 2 deletions
|
@ -4989,8 +4989,7 @@ assert __offsetof(Foo, b) == 4
|
|||
|
||||
## Calling C from V
|
||||
|
||||
### Example
|
||||
|
||||
**Example**
|
||||
```v
|
||||
#flag -lsqlite3
|
||||
#include "sqlite3.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue