mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-24 08:12:03 +00:00
[common] numerious bad usage bug fixes
This commit is contained in:
@@ -18,4 +18,5 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
// sprintf but with buffer allocation
|
||||
int alloc_sprintf(char ** str, const char * format, ...);
|
||||
int alloc_sprintf(char ** str, const char * format, ...)
|
||||
__attribute__ ((format (printf, 2, 3)));
|
||||
Reference in New Issue
Block a user