mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 10:13:10 +00:00
strchrnul: include header
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
c11af9735f
commit
535bc5aac2
@ -23,6 +23,8 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "strchrnul.h"
|
||||
|
||||
/* Find the first occurrence of C in S or the final NUL byte. */
|
||||
char *strchrnul(const char *s, int c_in)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user