Remove the word 'header' from libc header descriptions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
12dc96b4a5
commit
471103e4f3
@ -1,4 +1,4 @@
|
||||
/* errno.h: Error management header. */
|
||||
/* errno.h: Error management. */
|
||||
|
||||
#ifndef _ERRNO_H
|
||||
#define _ERRNO_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stdio.h: Standard input/output header. */
|
||||
/* stdio.h: Standard input/output. */
|
||||
|
||||
#ifndef _STDIO_H
|
||||
#define _STDIO_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* stdlib.h: General utilities header. */
|
||||
/* stdlib.h: General utilities. */
|
||||
|
||||
#ifndef _STDLIB_H
|
||||
#define _STDLIB_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* string.h: String manipulation header. */
|
||||
/* string.h: String manipulation. */
|
||||
|
||||
#ifndef _STRING_H
|
||||
#define _STRING_H
|
||||
|
Loading…
Reference in New Issue
Block a user