axle OS
x86_32 UNIX-like hobby OS
src
user
programs
calculator.h
1
#ifndef CALCULATOR_H
2
#define CALCULATOR_H
3
4
#include <gfx/lib/shapes.h>
5
6
void
calculator_xserv(
Point
origin);
7
8
#endif
coordinate
Definition:
point.h:4
Generated by
1.8.14