Lemonade的博客

C语言笔记

1. 易混淆概念区分 1. 指针 1. 指针数组 与 数组指针 指针数组:是有多个指针的数组;数组指针:是单个指向数组的指针。 指针数组: /* 指针数组. This defines a array containes 32 pointers. */ uint8* apu8Test1[32] = {

Lemonade Lemonade Published on 2025-01-21

编译、链接与目标文件、可执行文件

[1] 目标文件和可执行文件 https://www.cnblogs.com/zjuhaohaoxuexi/p/16217669.html [2] GUN ld https://sourceware.org/binutils/docs/ld/index.html

Lemonade Lemonade Published on 2024-06-02