1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/src/config-mac.h

5 lines
100 B
C
Raw Normal View History

2001-11-29 07:40:36 -05:00
#define main(x,y) curl_main(x,y)
/* we provide our own strdup prototype */
2001-11-30 04:29:31 -05:00
char *strdup(char *s1);