This website requires JavaScript.
Explore
Help
Sign In
aniani
/
profanity
Watch
0
Star
1
Fork
0
You've already forked profanity
mirror of
https://github.com/profanity-im/profanity.git
synced
2025-11-09 13:49:01 -05:00
Code
Activity
Files
34fba754ea5122575b0a3ea1f3a76de96e973e81
profanity
/
util.h
8 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
Time output
2012-02-09 00:48:17 +00:00
#
ifndef UTIL_H
#
define UTIL_H
void
get_time
(
char
*
thetime
)
;
Start command validation
2012-02-18 22:51:08 +00:00
char
*
trim
(
char
*
str
)
;
Time output
2012-02-09 00:48:17 +00:00
#
endif
Copy Permalink