Skip to content

Commit

Permalink
Fix kitoa
Browse files Browse the repository at this point in the history
  • Loading branch information
oystedal committed Apr 14, 2017
1 parent 3b13648 commit aaa29b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

void cls(void);
void putchar(char c);
void kitoa(char* buf, int base, int d);
void kitoa(char* out, char base, long d);
void kprintf(const char* restrict format, ...);

#endif // UTIL_INCLUDE_H

0 comments on commit aaa29b0

Please sign in to comment.