Welcome To {Newland Code}
/*
* NPI GIT aims to provide Newland partners and customers
* the up-to-date DEMOs to make application development
* on Newland terminals easier and faster.
* How to register?
* To open an account, please contact the NPI technical supporter.
*/
int register(void)
{
printf("Welcome to use NPI GIT!");
return 0;
}