mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-27 00:30:03 +02:00
9 lines
147 B
C++
9 lines
147 B
C++
|
|
// #include <cstring>
|
|
// namespace sls{
|
|
|
|
// void strcpy_safe(char *dst, const char *src, size_t size){
|
|
// strncpy(dst, src, size);
|
|
// }
|
|
|
|
// };
|