From 8a3016a88af5c4a09e8b5683f1e305e9100f3562 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 2 Jul 2013 12:25:33 +0530 Subject: c files moved --- testapp/c_cpp_files/hello_name.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 testapp/c_cpp_files/hello_name.c (limited to 'testapp/c_cpp_files/hello_name.c') diff --git a/testapp/c_cpp_files/hello_name.c b/testapp/c_cpp_files/hello_name.c deleted file mode 100644 index 8fa2519..0000000 --- a/testapp/c_cpp_files/hello_name.c +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include - -char *message(char a[]) -{ - return (strcat("hello",a)); -} - -main() -{ - printf("he\n"); - char q[]="re"; - char s[20]; - s= message(q); - printf("%s",s); -} -- cgit