a.c
text/x-csrc
Filename: a.c
Type: text/x-csrc
Part: 0
#include "a.h"
#include "b.h"
#include <stdio.h>
void a() {
printf("a");
b();
}
text/x-csrc
#include "a.h"
#include "b.h"
#include <stdio.h>
void a() {
printf("a");
b();
}
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect