Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
43da4b87
Commit
43da4b87
authored
Jul 07, 2018
by
LEFEBVREJP email
Browse files
Adding missing declspec for windows dll build.
parent
054007cf
Pipeline
#14001
passed with stages
in 8 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixcore/stringfunctions.hh
View file @
43da4b87
...
...
@@ -22,7 +22,7 @@ namespace radix
* @param c char
* @return integer
*/
int
ordinal
(
char
c
);
int
RADIX_PUBLIC
ordinal
(
char
c
);
/**
* @brief itoa converts integer into character
...
...
@@ -30,7 +30,7 @@ int ordinal(char c);
* @return char
*/
template
<
typename
type
=
int
>
char
itoa
(
type
number
);
char
RADIX_PUBLIC
itoa
(
type
number
);
/**
* @brief utc_to_time UTC time to
...
...
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