C Workshop
ValidateId.h File Reference
#include <stdbool.h>

Go to the source code of this file.

Functions

int ComputeCheckDigit (int remainingId)
 Get the check digit for an Israeli ID number. More...
 
int SumOfDigits (int number)
 Compute the sum of the digits in a number. More...
 

Function Documentation

◆ ComputeCheckDigit()

int ComputeCheckDigit ( int  remainingId)

Get the check digit for an Israeli ID number.

Parameters
remainingIdThe first 8 digits of the ID number
Returns
int The check digit for the ID number

◆ SumOfDigits()

int SumOfDigits ( int  number)

Compute the sum of the digits in a number.

Parameters
numberThe number to sum
Returns
int The sum of the digits in the number