mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 06:17:12 +02:00
added string_utils and strcpy_safe
This commit is contained in:
9
slsSupportLib/src/string_utils.cpp
Normal file
9
slsSupportLib/src/string_utils.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
// #include <cstring>
|
||||
// namespace sls{
|
||||
|
||||
// void strcpy_safe(char *dst, const char *src, size_t size){
|
||||
// strncpy(dst, src, size);
|
||||
// }
|
||||
|
||||
// };
|
Reference in New Issue
Block a user