Move xysize_range(), xydist_range() to xy.c and xy.h
Moved from snxtsct.c and prototypes.h next to the other struct range functions.
This commit is contained in:
parent
e7d7cfdc10
commit
40b6032a5d
4 changed files with 43 additions and 43 deletions
|
@ -60,6 +60,8 @@ extern void xyrelrange(struct natstr *np, struct range *src,
|
|||
struct range *dst);
|
||||
extern void xyabsrange(struct natstr *np, struct range *src,
|
||||
struct range *dst);
|
||||
extern void xydist_range(coord, coord, int, struct range *);
|
||||
extern void xysize_range(struct range *);
|
||||
extern coord strtox(char *str, char **end);
|
||||
extern coord strtoy(char *str, char **end);
|
||||
extern coord xabs(struct natstr *np, coord relx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue