fehQlibs 30
Qlibs
Loading...
Searching...
No Matches
Functions
byte.c File Reference

byte manipulation functions More...

#include "byte.h"
Include dependency graph for byte.c:

Go to the source code of this file.

Functions

unsigned int byte_chr (char *s, unsigned int n, int c)
 
void byte_copy (char *to, unsigned int n, const char *from)
 
void byte_copyr (char *to, unsigned int n, const char *from)
 
int byte_diff (const char *s, unsigned int n, const char *t)
 
unsigned int byte_rchr (char *s, unsigned int n, int c)
 
void byte_zero (char *s, unsigned int n)
 
void byte_fill (char *to, unsigned int n, int c)
 

Detailed Description

byte manipulation functions

Author
djb

Definition in file byte.c.

Function Documentation

◆ byte_chr()

unsigned int byte_chr ( char *  s,
unsigned int  n,
int  c 
)

Definition at line 9 of file byte.c.

Here is the caller graph for this function:

◆ byte_copy()

void byte_copy ( char *  to,
unsigned int  n,
const char *  from 
)

Definition at line 20 of file byte.c.

Here is the caller graph for this function:

◆ byte_copyr()

void byte_copyr ( char *  to,
unsigned int  n,
const char *  from 
)

Definition at line 30 of file byte.c.

Here is the caller graph for this function:

◆ byte_diff()

int byte_diff ( const char *  s,
unsigned int  n,
const char *  t 
)

Definition at line 40 of file byte.c.

Here is the caller graph for this function:

◆ byte_fill()

void byte_fill ( char *  to,
unsigned int  n,
int  c 
)

Definition at line 74 of file byte.c.

◆ byte_rchr()

unsigned int byte_rchr ( char *  s,
unsigned int  n,
int  c 
)

Definition at line 52 of file byte.c.

◆ byte_zero()

void byte_zero ( char *  s,
unsigned int  n 
)

Definition at line 65 of file byte.c.

Here is the caller graph for this function: