#include <string>
#include <vector>
#include <conio.h>
#include "assert.h"
#include "tokenize.h"
#include "skip_ws.h"
Go to the source code of this file.
◆ tokenize()
Definition at line 18 of file tokenize.cpp.
51 else if ( *
end ==
'\"' )
83 if ( *
end ==
'f' || *
end ==
'F' )
85 else if ( !
f && ( *
end ==
'l' || *
end ==
'L' ) )
300 while ( *
p && *
p !=
'\n' )
306 printf (
"choked on '%c' in tokenize() - press any key to continue\n", *
p );
void resize(size_type __new_size, const _Tp &__x=_STLP_DEFAULT_CONSTRUCTED(_Tp))
static LPCTSTR skip_ws(LPCTSTR p)
void push_back(const _Tp &__x=_STLP_DEFAULT_CONSTRUCTED(_Tp))
_Check_return_ _CRTIMP int __cdecl getch(void)
Referenced by process().