Files
INS-VN-200/vnproglib/c/include/vn/const.h
r.koeppe 2d22ccd2d6 initial
2024-05-14 02:14:13 +02:00

8 lines
131 B
C

#ifndef __VNCONTS_H__
#define __VNCONTS_H__
/** Pi in double format. */
#define VNC_PI_D (3.141592653589793238)
#endif