Defines | Typedefs | Functions

bstring.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define __BSTRING_H__
#define _SIZE_T

Typedefs

typedef unsigned int size_t

Functions

void bcopy (const void *, void *, size_t)
int bcmp (const void *, const void *, size_t)
void bzero (void *, size_t)
void blkclr (void *, size_t)

Define Documentation

#define __BSTRING_H__

Definition at line 47 of file bstring.h.

#define _SIZE_T

Definition at line 55 of file bstring.h.


Typedef Documentation

typedef unsigned int size_t

Definition at line 57 of file bstring.h.


Function Documentation

int bcmp ( const void *  ,
const void *  ,
size_t   
)
void bcopy ( const void *  ,
void *  ,
size_t   
)
void blkclr ( void *  ,
size_t   
)
void bzero ( void *  ,
size_t   
)