source code of c/c++ functions

前端 未结 14 2241
抹茶落季
抹茶落季 2020-11-28 04:33

I wanted to have a look at the implementation of different C/C++ functions (like strcpy, stcmp, strstr). This will help me in knowing good coding practices in c/c++. Could y

14条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 05:18

    Here you go

    The implementation will vary somewhat from OS to OS, but the GNU/Linux implementation is probably going to be the easiest one to find out there.

提交回复
热议问题