aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/string.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-18 21:06:25 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit9c613b337712314c169d4add61212f4fc4102022 (patch)
treefe9191bed8d6aaf6339c82fe447def74e22ef11b /include/serd/string.h
parenta970f06aba98736223214a6fa995f4e82acd7132 (diff)
downloadserd-9c613b337712314c169d4add61212f4fc4102022.tar.gz
serd-9c613b337712314c169d4add61212f4fc4102022.tar.bz2
serd-9c613b337712314c169d4add61212f4fc4102022.zip
Clean up numeric node construction and access API
Diffstat (limited to 'include/serd/string.h')
-rw-r--r--include/serd/string.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/serd/string.h b/include/serd/string.h
index b5ba7154..f0b8e591 100644
--- a/include/serd/string.h
+++ b/include/serd/string.h
@@ -28,17 +28,6 @@ SERD_API size_t
serd_strlen(const char* SERD_NONNULL str, SerdNodeFlags* SERD_NULLABLE flags);
/**
- Parse a string to a double.
-
- The API of this function is identical to the standard C strtod function,
- except this function is locale-independent and always matches the lexical
- format used in the Turtle grammar (the decimal point is always ".").
-*/
-SERD_API double
-serd_strtod(const char* SERD_NONNULL str,
- const char* SERD_NONNULL* SERD_NULLABLE endptr);
-
-/**
Decode a base64 string.
This function can be used to decode a node created with serd_new_base64().