fmtcheck.c revision 1.1
1/*	$NetBSD: fmtcheck.c,v 1.1 2019/06/22 22:50:39 christos Exp $	*/
2#include <stdio.h>
3const char *
4fmtcheck(const char *a, const char *b)
5{
6	return a;
7}
8