2025-04-27 07:49:33 -04:00

8 lines
91 B
C

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