sbrkの仕組みを理解しようとしています。 int main()
{
printf("end of the break : %p\n", sbrk(0));
printf("end of the break : %p\n", sbrk(10));
printf("new end of the break : %p\n\n", sbrk(0));
}
この出力:
Kernighan and Ritchieの著書「The C Programming Language、2nd Edition」に示されているストレージアロケータプログラムを理解しようとしています。私はほとんどを理解したと思うが、プログラムをコード化するときWindows 8.1 x86_64 with TDM GCC version 5.1.0。エラーundefined reference to