Explanation..

I am working on a project where i have to add /*..*/ and #ifndef...#endif to mach as open and close braces.
I was told to take a look at the below code.
I do not undestand it, can someone explain this to me
1
2
3
4
const wchar_t *wcschr(
   const wchar_t *str,
   wchar_t c 
);


Thanks
Last edited on
thanks it is a bit helpfull..

What do I use to locate more then one character? (String maybe)

Like I said above I need to add more then one character
Last edited on
Topic archived. No new replies allowed.