Tchae

Untitled

Jan 30th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <strings.h>
  5.  
  6.  
  7. int main(int argc, char * argv[]){
  8.     char * c1="Bonjour", c2;
  9.     c2=strdup(c1);
  10.  
  11.     return 0 ;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment