mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[ADD/WIP] Start making string splitters
I want to go on an encore of XEP-0393, with _rectangles_ as boundaries, this time.
This commit is contained in:
parent
a4b8141f4a
commit
ed712a9f28
3 changed files with 104 additions and 1 deletions
|
|
@ -231,6 +231,9 @@ extern bool ParseeIsAdmin(ParseeData *data, char *user);
|
|||
/* Measures Parsee's overall uptime */
|
||||
extern uint64_t ParseeUptime(void);
|
||||
|
||||
/* Turns a date into a nice "X minutes, Y seconds" string */
|
||||
/** Turns a duration into a nice "X minutes, Y seconds" string
|
||||
* ---------
|
||||
* Returns: A human-readable string showing the duration[LA:HEAP]
|
||||
* Modifies: NOTHING */
|
||||
extern char * ParseeStringifyDate(uint64_t millis);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue