| FastCRC Library | API |
|
SL_FCRC16_CalculateStr
unsigned long SL_FCRCCALL SL_FCRC16_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_FCRC16_CalculateStr( pSrc );
is equivalent to the call SL_FCRC16_Calculate( pSrc, strlen( pSrc ) );
Example
|
CRC16 API Overview | CRC16 API_Functions | Useful Links | HashCalc
See Also SL_FCRC16_Calculate, SL_FCRC16_CalculateFile, SL_FCRC_ConvertToHex16
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |