gpt4 book ai didi

c - 如何在c中使用头文件

转载 作者:太空宇宙 更新时间:2023-11-04 06:31:38 24 4
gpt4 key购买 nike

<分区>

我在类 MyStrLen.c 中定义了一个方法并实现了它,我在头文件 MyStrLen.h 中声明了它,我想要的是在另一个类 MyStrCmp.c 中使用 MyStrLen 中的方法但是当我尝试制作 o 文件时,它在 shell 中显示编译错误。

MyStr.h

  int inputLen(char* myStr);

MyStr.c

int inputLen(char* myStr)
{
....
....
}

MyStrCmp.c

 #include "MyStr"
void method()
{
inputLen(someinput)
}

这是编译错误

MyStrCmp.c:(.text+0x18):未定义对 inputLen 的引用
MyStrCmp.c:(.text+0x29): 对
inputLen' 的 undefined reference MyStrCmp.c:(.text+0x55): 未定义对 inputLen 的引用
MyStrCmp.c:(.text+0x77): 对
inputLen 的 undefined reference

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com