PandA-2024.02
examples
breakout
plot.c
Go to the documentation of this file.
1
void
plot
(
int
color,
int
x
,
int
y)
2
{
3
printf(
"x:%d y:%d color:%d\n"
, x, y, color);
4
}
5
x
x
Return the smallest n such that 2^n >= _x.
Definition:
math_function.hpp:170
plot
void plot(int color, int x, int y)
Definition:
plot.c:1
Generated on Mon Feb 12 2024 13:02:48 for PandA-2024.02 by
1.8.13