src/chess/rules.h

changeset 107
36dd94278142
parent 100
685af47592b5
equal deleted inserted replaced
106:bdc9528d3e2b 107:36dd94278142
261 * 261 *
262 * @param time the time to format 262 * @param time the time to format
263 * @param str the target buffer (should be at least 10 chars large) 263 * @param str the target buffer (should be at least 10 chars large)
264 * @param always_hours if hours should always be printed 264 * @param always_hours if hours should always be printed
265 */ 265 */
266 void print_clk(uint16_t time, char *str, bool always_hours); 266 int print_clk(uint16_t time, char *str, bool always_hours);
267 267
268 #endif /* RULES_H */ 268 #endif /* RULES_H */
269 269

mercurial