Trim OpenCL device name whitespaces

This commit is contained in:
jsteube
2017-06-02 10:08:19 +02:00
parent 0eb18b068f
commit b5f149476d
3 changed files with 53 additions and 0 deletions
+3
View File
@@ -56,4 +56,7 @@ bool hc_path_create (const char *path);
bool hc_string_is_digit (const char *s);
void hc_string_trim_trailing (char *s);
void hc_string_trim_leading (char *s);
#endif // _SHARED_H