paul-tian / IDNumberCheck

ID number check for P.R.China citizens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDNumberCheck

In P.R.China Mainland, citizens will all get their own ID number when they register their birth. The ID number is a string which includes 18 numerical characters(the last of it might be the Roman number X for 10, or ten). The National Standard of it is GB 11643-1999 (GB is the abbreviation of GuoBiao, which stands for National Standard in Chinese.) For detailed info, reach here.
This project is a small one writen in C(C99 Standard), which could calculate the ID number's Correctness.

About

ID number check for P.R.China citizens.

License:GNU General Public License v3.0


Languages

Language:C 100.0%