#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
|
21040 |
rlranft |
Update my branches from latest |
|
|
//guest/perforce_software/p4api-net/main/p4bridgeStressTest/StrOps.h |
#1
|
19044 |
Norman Morse |
Update workshop source from Perforce internal.
2016.1 release of P4API.NET |
|
|