8 lines
84 B
C
8 lines
84 B
C
// Copyright (c) 1993-1999 Microsoft Corporation
|
|
|
|
yywrap()
|
|
|
|
{
|
|
return(1);
|
|
}
|