MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / iscodedelim

Function iscodedelim

sourcecommon/utils.cpp:1403–1407  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1401}
1402//---------------------------------------------------------------------------
1403int iscodedelim(char c)
1404{
1405 if( strchr("+-*^/=;(),&|<>% \t\r", c) || c==0 ) return 1;
1406 return 0;
1407}
1408//---------------------------------------------------------------------------
1409AnsiString __fastcall MakePostgresString(AnsiString source, int maxlen)
1410{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected