FemtoScan Online SDK Documentation

Home :: FsOnlineSDK :: fmutl classes

function skip_ws_back

^ 
Skips whitespace characters backwards.

Decrements ptr while isspace(*(ptr-1)) is true and ptr is greater then beg.

Source:
../fmutl/helpers.h:205
Author:
ATC
Version:
1.0
Params:
ptr pointer to the end of the string.
beg pointer to the beginning of the string.
Code:
public extern "C" inline void skip_ws_back ( const char * & ptr ,
const char * beg )

(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net