initial
This commit is contained in:
7
vnproglib/c/include/vn/const.h
Normal file
7
vnproglib/c/include/vn/const.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef __VNCONTS_H__
|
||||
#define __VNCONTS_H__
|
||||
|
||||
/** Pi in double format. */
|
||||
#define VNC_PI_D (3.141592653589793238)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user