Contact: aviboots(AT)netvision.net.il
41,593 questions
54,235 answers
573 users
#include <stdio.h> #define S_PRINT(x) #x int main() { printf(S_PRINT(string without double quotes)); return 0; } /* run: string without double quotes */