SyntaxFix
Write A Post
Hire A Developer
Questions
A good way is to define a string your self.
#include <stdio.h> typedef char string[] int main() { string test = "string"; return 0; }
It's really that simple.