| FastCRC Library | API |
|
SL_FCRC16C_CalculateStr
unsigned long SL_FCRCCALL SL_FCRC16C_CalculateStr( const char* pSrc );
Return value
The checksum.
Parameters
pSrc
[in] Pointer to the null-terminated string for which to calculate the checksum.
Remarks
Calculates the checksum for the null-terminated string pointed by pSrc.
Note. The call SL_FCRC16C_CalculateStr( pSrc );
is equivalent to the call SL_FCRC16C_Calculate( pSrc, strlen( pSrc ) );
Example
|
CRC16C API Overview | CRC16C API_Functions | Useful Links | HashCalc
See Also SL_FCRC16C_Calculate, SL_FCRC16C_CalculateFile, SL_FCRC_ConvertToHex16
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |