windows-nt/Source/XPSP1/NT/com/rpc/tools/yacc/yywrap.c
2020-09-26 16:20:57 +08:00

8 lines
84 B
C

// Copyright (c) 1993-1999 Microsoft Corporation
yywrap()
{
return(1);
}