
/secure/sefun/strings.c

  string int_to_a(int args) 


 Takes an integer variable and returns the string equivilant.

  EG:

  int_to_a(12)  == "12"
