MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / add_byte

Function add_byte

src/common/stuff.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#define COMMON_STUFF_H
27
28inline void add_byte(UCHAR* &blr, const int byte)
29{
30 *blr++ = (SCHAR) (byte);
31}
32
33inline void add_word(UCHAR* &blr, const int word)
34{

Callers 5

add_wordMethod · 0.85
add_cstringMethod · 0.85
add_wordMethod · 0.85
add_wordFunction · 0.85
add_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected