StrOps.h #1

  • //
  • guest/
  • eskopljak/
  • p4api.net/
  • main/
  • p4bridgeStressTest - Copy/
  • StrOps.h
  • View
  • Commits
  • Open Download .zip Download (205 B)
#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 28480 eskopljak submit