summaryrefslogtreecommitdiff
path: root/tests/src/puts_noarg.c
blob: fe7d494a39a794ad3a76235ca4965860c7bcf7c7 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

void puts_noarg()
{
  puts("puts_noarg() has been reached.");
  puts("puts_noarg() is returning.");
}