11.1Schristos/* $NetBSD: fmtcheck.c,v 1.1 2019/06/22 22:50:39 christos Exp $ */ 21.1Schristos#include <stdio.h> 31.1Schristosconst char * 41.1Schristosfmtcheck(const char *a, const char *b) 51.1Schristos{ 61.1Schristos return a; 71.1Schristos} 8