|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
🏷️ Binary-embedded version information in custom ELF/Mach-O sections for runtime inspection More...
Go to the source code of this file.
Functions | |
| semantic_version_t | version_parse (const char *version_string) |
| int | version_compare (semantic_version_t a, semantic_version_t b) |
🏷️ Binary-embedded version information in custom ELF/Mach-O sections for runtime inspection
Definition in file version.c.
| int version_compare | ( | semantic_version_t | a, |
| semantic_version_t | b | ||
| ) |
Definition at line 112 of file version.c.
Referenced by update_check_load_cache(), and update_check_perform().
| semantic_version_t version_parse | ( | const char * | version_string | ) |
Definition at line 49 of file version.c.
Referenced by update_check_load_cache(), and update_check_perform().