WindowsXP-SP1/com/rpc/tools/yacc/yywrap.c
2020-09-30 16:53:49 +02:00

8 lines
91 B
C

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