print_int
This commit is contained in:
parent
8b0117af46
commit
4021911ba8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ void print_string(const char* s) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_int(int64_t n) {
|
void print_int(int64_t n) {
|
||||||
fprintf(stderr, "Students! This is your job!\n");
|
printf("%ld", n);
|
||||||
}
|
}
|
||||||
|
|
||||||
void observe_int(int64_t n) {
|
void observe_int(int64_t n) {
|
||||||
|
|
Reference in a new issue