관리-도구
편집 파일: main.c
#include <stdio.h> extern void a(); extern void b(); int main () { a(); b(); return 0; }