You've already forked linux-packaging-mono
12 lines
193 B
C
12 lines
193 B
C
![]() |
#include <clean-one.h>
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
unsigned int another_method()
|
||
|
{
|
||
|
unsigned int const size = do_nothing_loop();
|
||
|
unsigned int const square = size * size;
|
||
|
|
||
|
return square;
|
||
|
}
|