lexer added to documentation, and fixed alignment of some imports
This commit is contained in:
parent
a9a26ec122
commit
acde9dfe3c
17 changed files with 88 additions and 30 deletions
|
|
@ -9,9 +9,7 @@ The API Reference for ::ARC_Array can be found here: arc/std/array.h
|
|||
# Example
|
||||
|
||||
```c
|
||||
#include <arc/std/array.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <archeus.h>
|
||||
|
||||
//initing the array (as it is a basic type there is no ARC_Array_Create or ARC_Array_Destroy)
|
||||
ARC_Array exampleArray;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue