mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-11 01:46:17 +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");
|
|
} |