I'm trying to get a function to return a string with some user details in it, to a generic function that'll write it to a file. Does anyone know how to do this? My compiler doesn't like it when I do this
Code:
char Variable[100](int one, char two[20])
Or does anyone know how to return more then one integer?