Functions | |
void | Restart_Ink (void) |
void | DRestart_Ink (const char *segment) |
void | QRestart_Ink (const char *segment) |
void | DQRestart_Ink (const char *segment) |
void Restart_Ink | ( | void | ) |
Makes sure that the next Insert_Ink request in the current segment starts a brand-new line.
void DRestart_Ink | ( | const char * | segment | ) |
void QRestart_Ink | ( | const char * | segment | ) |
Similar to Restart_Ink(), but operates on a given segment rather than the currently open one.
segment | - Segment(s) to be restarted, if other than the currently-open segment. |
void DQRestart_Ink | ( | const char * | segment | ) |
Similar to QRestart_Ink() but should be used in conjunction with DInsert_Ink() as defined in the HOOPS HOOPS double-precision header, hcd.h.
segment | - Segment(s) to be restarted, if other than the currently-open segment. |