This commit is contained in:
Branimir Karadžić
2018-11-25 20:10:24 -08:00
parent a89331575a
commit 3a67e19e99
9 changed files with 26 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
namespace bx
{
// Reference:
// Reference(s):
// - https://web.archive.org/web/20180629044234/https://msdn.microsoft.com/en-us/library/a1y7w461.aspx
//
StringView tokenizeCommandLine(const StringView& _commandLine, char* _buffer, uint32_t& _bufferSize, int32_t& _argc, char* _argv[], int32_t _maxArgvs, char _term)