Commit 48b3f6a6 authored by Federico Vaga's avatar Federico Vaga

rt: puts() always available

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 788a2abc
...@@ -17,12 +17,10 @@ ...@@ -17,12 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef LIB_PRINTF
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include "pp-printf.h"
#include "mockturtle-rt-common.h" #include "mockturtle-rt-common.h"
/** /**
...@@ -45,9 +43,3 @@ int puts(const char *p) ...@@ -45,9 +43,3 @@ int puts(const char *p)
return i; return i;
} }
#else
int puts(const char *p)
{
return 0;
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment