Skip to content
Extraits de code Groupes Projets
Valider fb6d3e6b rédigé par Etienne BRATEAU's avatar Etienne BRATEAU
Parcourir les fichiers

strings: deprecate strcpy_overlap

This functions is a crapy workaround and shoud not be used anymore.
parent 07d21904
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -50,7 +50,7 @@ extern void strcomment (char *s, char* bracket);
extern void strcompress (char *s, char *chars, int all);
extern void strdispose (char **sp);
extern void strchange (char** sp, char *);
extern char *strcpy_overlap(char *dst, char *src);
extern char *strcpy_overlap(char *dst, char *src) DEPRECATED;
#endif
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter