#pragma once
class StrOps
{
public:
StrOps(void);
~StrOps(void);
static int StrCmp(const char* str1, const char* str2);
static int StrLen(const char* str);
static char* StrDup(const char* str);
};
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 12954 | anis_sg |
Populate -o //guest/perforce_software/p4connect/... //guest/anis_sg/perforce_software/p4connect/.... |
||
| //guest/perforce_software/p4connect/src/P4Bridge/p4bridgeStressTest/StrOps.h | |||||
| #1 | 12135 | Norman Morse |
Integrate dev branch changes into main. This code is the basiis of the 2.7 BETA release which provides Unity 5 compatibility |
||
| //guest/norman_morse/dev/p4connect/src/P4Bridge/p4bridgeStressTest/StrOps.h | |||||
| #1 | 11821 | Norman Morse | Move Unity 5 compatible build from internal dev branch to workshop dev branch. | ||