6 lines
71 B
C++
6 lines
71 B
C++
extern int item_undefined();
|
|
int item()
|
|
{
|
|
return item_undefined();
|
|
}
|