Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
char szListStores[12];
strcpy_s(szListStores,12,"/LISTSTORES");
if(argc==2)
{
if(0!=strcmp(_strupr(argv[1]),szListStores))
return -1;
ListStores();
printf("\n");
}