G-SS-Hacker / G-SS-Hacker.github.io

https://G-SS-Hacker.github.io
2 stars 0 forks source link

C语言常用字符串函数 | G-SS-Hacker #97

Open G-SS-Hacker opened 4 years ago

G-SS-Hacker commented 4 years ago

https://g-ss-hacker.github.io/G-SS-Hacker.github.io/C%E8%AF%AD%E8%A8%80%E5%B8%B8%E7%94%A8%E5%AD%97%E7%AC%A6%E4%B8%B2%E5%87%BD%E6%95%B0/#more

C语言常用字符串函数 图:猎鹰重型🚀,SpaceX Falcon Heavy Guderian出品 用的时候全部都要#include<string.h> 1 计算长度Prototype: int strlen(const *char str) Usage: 返回\0以前的字符串长度。 2 计算占用内存Prototype 1: unsigned int szieof(obje