I am interested in looking at some of the functions included in the string library for c, but I cannot find the source code (literally, i.e. functions and all) online, and I do not know where to find it.
Thank.
EDIT:
The link provided by pmg shows those functions that are divided into c files, so this is what I need. Thank.
Take a look at redhat glibc . It looks like he's somewhat current.
You will find it in the compiler source code gcc.
gcc
http://www.gnu.org/software/gcc/
, , . . , Windows strings.c, linux, find.
Ignore the file I linked before this edit. I had to check the code before sending it. This does not apply to your question. Unfortunately
Perhaps you are looking for GNU C string.h ?
You can check the source in any standard libc implementation http://www.gnu.org/software/libc/
Source: https://habr.com/ru/post/1776568/More articles:How to reverse a given sentence (string) in C ++? - c ++OpenSSL Peer Certificate Validation (Client) in C ++ - c ++Why is SharePoint not correctly distributing my HTML and CSS content? - htmlSaaS payment for Rails app: Chargify, PayPal or ...? - ruby | fooobar.comCan the iPhone application run in the background transfer data via USB? - ioshow to get the process id for a java process on the command line in FreeBSD, sh - javaCollection in Java - javaType definition for a Java collection - javaCreating a good hash function to reduce URL length in PHP - stringXSL-fo Problem with pdf file size - xmlAll Articles