Searched hist:bc0ad8e7a1c5acaebd9516356b2c00619f77a053 (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | bcopy.c | diff bc0ad8e7a1c5acaebd9516356b2c00619f77a053 Sun Sep 01 23:53:46 CEST 2002 Robert Drehmel <robert@FreeBSD.org> - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions. diff bc0ad8e7a1c5acaebd9516356b2c00619f77a053 Sun Sep 01 23:53:46 CEST 2002 Robert Drehmel <robert@FreeBSD.org> - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions.
|
H A D | bzero.3 | diff bc0ad8e7a1c5acaebd9516356b2c00619f77a053 Sun Sep 01 23:53:46 CEST 2002 Robert Drehmel <robert@FreeBSD.org> - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions. diff bc0ad8e7a1c5acaebd9516356b2c00619f77a053 Sun Sep 01 23:53:46 CEST 2002 Robert Drehmel <robert@FreeBSD.org> - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions.
|
H A D | memset.c | diff bc0ad8e7a1c5acaebd9516356b2c00619f77a053 Sun Sep 01 23:53:46 CEST 2002 Robert Drehmel <robert@FreeBSD.org> - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions. diff bc0ad8e7a1c5acaebd9516356b2c00619f77a053 Sun Sep 01 23:53:46 CEST 2002 Robert Drehmel <robert@FreeBSD.org> - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions.
|
H A D | bcopy.3 | diff bc0ad8e7a1c5acaebd9516356b2c00619f77a053 Sun Sep 01 23:53:46 CEST 2002 Robert Drehmel <robert@FreeBSD.org> - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions. diff bc0ad8e7a1c5acaebd9516356b2c00619f77a053 Sun Sep 01 23:53:46 CEST 2002 Robert Drehmel <robert@FreeBSD.org> - Let their manual pages show the reader that the bzero(3) and bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions.
|