CS代考计算机代写 #ifndef SDDS_CSTRING_H_

#ifndef SDDS_CSTRING_H_
#define SDDS_CSTRING_H_
namespace sdds {
void strnCpy(char* des, const char* src, int len);
}
#endif // !SDDS_CSTRING_H_

Posted in Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *