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
e6450423
Commit
e6450423
authored
May 12, 2020
by
Norby, Tom
Browse files
Forward declare stdio.h function snprintf.
parent
cc440bdf
Pipeline
#101389
failed with stages
in 49 minutes and 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
radixgeo/coordinateconversion.cc
View file @
e6450423
...
...
@@ -5,6 +5,9 @@
#include <stdio.h>
#include <algorithm>
// forward declaration of stdio.h function
int
snprintf
(
char
*
buf
,
size_t
size
,
const
char
*
fmt
,
...);
namespace
radix
{
const
std
::
array
<
char
,
22
>
UTMZones
::
letters
=
{
...
...
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