这是我敲 gcc max.o hello.c 代码出的错误
这是我max.c 和hello.c 的源码
不是#include "max.o",应该#include "max.h"
hello中的标准库没有,加上#include <stdio.h>