Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Gustedt
P99 - macros and functions for C99
Commits
6af85ab4
Commit
6af85ab4
authored
Jan 31, 2016
by
Jens Gustedt
Browse files
minor documentation change
parent
14530a1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
p99/p99_count.h
View file @
6af85ab4
...
...
@@ -44,7 +44,7 @@ typedef p99_futex p99_count;
/**
** @brief Initialize an ::p99_count object.
**/
P99_DEFARG_DOCU
(
p99_
notifier
_init
)
P99_DEFARG_DOCU
(
p99_
count
_init
)
p99_inline
p99_count
*
p99_count_init
(
p99_count
*
p00_c
,
unsigned
p00_v
)
{
return
p99_futex_init
(
p00_c
,
p00_v
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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