UbixOS V2
2.0
lib.h
Go to the documentation of this file.
1
#ifndef __ARCH_LIB_H__
2
#define __ARCH_LIB_H__
3
4
#ifndef _STRING_H_
5
#ifndef _STRING_H
6
int
strlen
(
const
char
*str);
7
int
strncmp
(
const
char
*str1,
const
char
*str2,
int
len
);
8
void
bcopy
(
const
void
*src,
void
*dest,
int
len
);
9
void
bzero
(
void
*data,
int
n);
10
#endif
/* _STRING_H */
11
#endif
/* _STRING_H_ */
12
13
#endif
pbuf::len
u16_t len
Definition:
pbuf.h:159
strlen
int strlen(const char *str)
Definition:
strlen.c:55
strncmp
int strncmp(const char *str1, const char *str2, int len)
bzero
void bzero(void *data, int n)
bcopy
void bcopy(const void *src, void *dest, int len)
C:
Dev
git
UbixOS
sys
include
net
arch
lib.h
Generated by
1.8.16