I am using a low level c compiler for PIC. There are no string libs. I don't know how to handle char[]. For example, I wrote a function, PrintChar(char iChar); that prints a single char to an LCD. How can I pass a char[] and print the whole string instead of a single char without str functions? I am not quit sure how to loop through the char[]. If someone could post examples or links that would be great. thx