* Introduce a new strcatf() function to help simplify some areas of the code.

This commit is contained in:
Justin Maggard
2011-05-13 22:10:15 +00:00
parent 4daad1291e
commit 23746a68bf
6 changed files with 245 additions and 361 deletions

View File

@ -24,6 +24,9 @@
#ifndef __UTILS_H__
#define __UTILS_H__
int
strcatf(struct string_s *str, char *fmt, ...);
int
ends_with(const char * haystack, const char * needle);