GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_RECT_BOTTOM(3) FreeBSD Library Functions Manual TICKIT_RECT_BOTTOM(3)

tickit_rect_bottom, tickit_rect_right - return the bottom right corner of a rectangle

#include <tickit.h>

int tickit_rect_bottom(const TickitRect *rect);
int tickit_rect_right(const TickitRect *rect);

Link with -ltickit.

tickit_rect_bottom() returns the lower extent of the rectangle; returning the first line past the bottom.

tickit_rect_right() returns the righthand extent of the rectangle; returning the first column past the righthand edge.

These functions may be static inline.

tickit_rect_bottom() returns a line number as an integer. tickit_rect_right() returns a column number as an integer.

tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect(7), tickit(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.