Advertisement
programmer1997

strdup.h

Jan 7th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #ifndef STRDUP_H
  2. #define STRDUP_H
  3.  
  4. #include "string.h"
  5.  
  6. #else
  7. char *strdup(const char *str);
  8. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement