9 lines
139 B
C++
9 lines
139 B
C++
/* Any copyright is dedicated to the Public Domain.
|
|
* http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
|
|
void nothing()
|
|
{
|
|
return;
|
|
}
|
|
|