Skip to content
Snippets Groups Projects
Commit 16f908bd authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

Merge branch 'main' of https://gitlab.phaidra.org/bdc/cats

# Conflicts:
#	src/cats_strings/string_converters.h
parents 7a239292 4a91014b
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,12 @@ ...@@ -21,8 +21,12 @@
* *
*/ */
#include <stdint.h> #include <stdint.h>
#ifndef CATS_STRING_CONVERTERS_H #ifndef CATS_STRING_CONVERTERS_H
#define CATS_STRING_CONVERTERS_H #define CATS_STRING_CONVERTERS_H
bool string_to_float(char *string, float *value); bool string_to_float(char *string, float *value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment