Use C++ strcpy_arr in xml_native_reader_test.
PiperOrigin-RevId: 455375707 Change-Id: Ia3dbb11886ab29c4ad3192e4f78b4b60b94baad0
This commit is contained in:
committed by
Copybara-Service
parent
307cf692e5
commit
69a506e6ba
@@ -15,6 +15,10 @@
|
||||
#ifndef MUJOCO_SRC_ENGINE_ENGINE_ARRAY_SAFETY_H_
|
||||
#define MUJOCO_SRC_ENGINE_ENGINE_ARRAY_SAFETY_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
#error This file should not be used from C++ code.
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user