I am trying to convert this program to international numerical system, its in Indian system any suggestions will help

Code:
#include<stdio.h>
#include<conio.h>

void convert(long,char[]);

char *one[]={" "," one"," two"," three"," four"," five"," six"," seven","eight"," Nine"," ten","
...