Files
2014-04-10 12:20:24 +00:00

14 lines
207 B
C

/*
* Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/
#include <stdio.h>
#include <ppsi/ppsi.h>
void pp_puts(const char *s)
{
fputs(s, stdout);
}