libtriple: add lt_debug() for controllable debug output

Origin commit data
------------------
Commit: 34a95c04c0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-08 (Sun, 08 Aug 2010)
This commit is contained in:
Stefan Seyfried
2010-08-08 14:00:09 +02:00
parent c8143f1f22
commit 98f461fb62
3 changed files with 23 additions and 0 deletions

4
lib/libtriple/lt_debug.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef __LT_DEBUG_H
#define __LT_DEBUG_H
void lt_debug(const char *fmt, ...);
#endif