Browse Source

Mention which standard replacements follow

pull/2/head
Rémi Denis-Courmont 18 years ago
parent
commit
003bdf4a18
  1. 2
      compat/asprintf.c
  2. 2
      compat/atof.c
  3. 2
      compat/atoll.c
  4. 2
      compat/lldiv.c
  5. 2
      compat/strdup.c
  6. 2
      compat/strlcpy.c
  7. 2
      compat/strndup.c
  8. 2
      compat/strnlen.c
  9. 2
      compat/strsep.c
  10. 2
      compat/strtof.c
  11. 2
      compat/strtoll.c
  12. 2
      compat/vasprintf.c

2
compat/asprintf.c

@ -1,5 +1,5 @@
/*****************************************************************************
* asprintf.c: asprintf() replacement
* asprintf.c: GNU asprintf() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/atof.c

@ -1,5 +1,5 @@
/*****************************************************************************
* atof.c: atof replacement
* atof.c: C atof() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/atoll.c

@ -1,5 +1,5 @@
/*****************************************************************************
* atoll.c: atoll replacement
* atoll.c: C atoll() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/lldiv.c

@ -1,5 +1,5 @@
/*****************************************************************************
* lldiv.c: lldiv replacement
* lldiv.c: C lldiv() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/strdup.c

@ -1,5 +1,5 @@
/*****************************************************************************
* strdup.c: strdup replacement
* strdup.c: POSIX strdup() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/strlcpy.c

@ -1,5 +1,5 @@
/*****************************************************************************
* strlcpy.c: BSD strlcpy replacement
* strlcpy.c: BSD strlcpy() replacement
*****************************************************************************
* Copyright © 2006 Rémi Denis-Courmont
*

2
compat/strndup.c

@ -1,5 +1,5 @@
/*****************************************************************************
* strndup.c: strndup replacement
* strndup.c: POSIX strndup() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/strnlen.c

@ -1,5 +1,5 @@
/*****************************************************************************
* strnlen.c: strnlen replacement
* strnlen.c: POSIX strnlen() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/strsep.c

@ -1,5 +1,5 @@
/*****************************************************************************
* strsep.c: BSD strsep replacement
* strsep.c: BSD strsep() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/strtof.c

@ -1,5 +1,5 @@
/*****************************************************************************
* strtof.c: strtof replacement
* strtof.c: C strtof() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/strtoll.c

@ -1,5 +1,5 @@
/*****************************************************************************
* strtoll.c: strtoll replacement
* strtoll.c: C strtoll() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

2
compat/vasprintf.c

@ -1,5 +1,5 @@
/*****************************************************************************
* vasprintf.c: vasprintf replacement
* vasprintf.c: GNU vasprintf() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*

Loading…
Cancel
Save