mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 08:05:10 +00:00
[MOD] Fix quotes a bit
This commit is contained in:
parent
cb0e77e7a4
commit
b7d2ea8a43
3 changed files with 64 additions and 39 deletions
|
|
@ -38,14 +38,14 @@ extern StringRect StrFullRect(char **split);
|
|||
* --------------
|
||||
* Returns: A character at {line}, {col} in C-indices | '\0'
|
||||
* Modifies: NOTHING */
|
||||
extern char StrGet(StringRect rect, int line, int col);
|
||||
extern char StrGet(StringRect *rect, int line, int col);
|
||||
|
||||
/**
|
||||
* Retrieves a line from a string rectview, or a NULL one
|
||||
* --------------
|
||||
* Returns: A stringview that lives along the original
|
||||
* Modifies: NOTHING */
|
||||
extern StringRect StrGetl(StringRect rect, int line, bool extend);
|
||||
extern StringRect StrGetl(StringRect *rect, int line, bool extend);
|
||||
|
||||
/**
|
||||
* Returns a new stringrect, shifted by N chars.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue