|
Herb C Reference
|
Functions | |
size_t | position_sizeof (void) |
position_T * | position_init (const size_t line, const size_t column) |
size_t | position_line (const position_T *position) |
size_t | position_column (const position_T *position) |
position_T * | position_copy (position_T *position) |
void | position_free (position_T *position) |
size_t position_sizeof | ( | void | ) |
position_T * position_init | ( | const size_t | line, |
const size_t | column | ||
) |
size_t position_line | ( | const position_T * | position | ) |
size_t position_column | ( | const position_T * | position | ) |
position_T * position_copy | ( | position_T * | position | ) |
void position_free | ( | position_T * | position | ) |