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
Thomas Jahns
PPM
Commits
876d233c
Commit
876d233c
authored
Mar 02, 2021
by
Thomas Jahns
🤸
Browse files
Include public API declaration for cross-checking.
parent
8e80338b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/core/ppm_combinatorics_c.c
View file @
876d233c
...
...
@@ -54,6 +54,7 @@
#include "core/ppm_xfuncs.h"
#include "core/yarandom.h"
#include "core/ppm_visibility.h"
#include "core/ppm_combinatorics.h"
int
PPM_DSO_API_EXPORT
PPM_prime_factorization_32
(
uint32_t
n
,
uint32_t
**
factors
)
...
...
src/core/qsort_r.c
View file @
876d233c
...
...
@@ -42,6 +42,7 @@
#include <omp.h>
#endif
#include "core/qsort_r.h"
#include "core/fptr_api.h"
#include "core/minmax.h"
#include "core/swapmacros.h"
...
...
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