Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
d8228584
Commit
d8228584
authored
Dec 16, 2016
by
Peter W. Draper
Browse files
Fix documentation
parent
ed881319
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cell.c
View file @
d8228584
...
...
@@ -467,6 +467,8 @@ void cell_gunlocktree(struct cell *c) {
* space's parts array, i.e. c->parts - s->parts.
* @param buff A buffer with at least max(c->count, c->gcount) entries,
* used for sorting indices.
* @param gbuff A buffer with at least max(c->count, c->gcount) entries,
* used for sorting indices for the gparts.
*/
void
cell_split
(
struct
cell
*
c
,
ptrdiff_t
parts_offset
,
struct
cell_buff
*
buff
,
struct
cell_buff
*
gbuff
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment