mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-09 00:46:12 +00:00
8 lines
80 B
C
8 lines
80 B
C
// goo.c
|
|
#include <stdio.h>
|
|
#include <mylib.h>
|
|
|
|
void goo()
|
|
{
|
|
printf("goo\n");
|
|
} |