]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/CodeTools/TianoTools/Pccts/h/pccts_string.h
458a08a94b2b15555455ab6de077fef12f8c882b
[mirror_edk2.git] / Tools / CodeTools / TianoTools / Pccts / h / pccts_string.h
1 #ifndef __PCCTS_STRING_H__
2 #define __PCCTS_STRING_H__
3
4 #ifdef PCCTS_USE_NAMESPACE_STD
5 #include <cstring>
6 #else
7 #include <string.h>
8 #endif
9
10 #endif