Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
inline void add_byte(UCHAR* &blr, const int byte)
29
{
30
*blr++ = (SCHAR) (byte);
31
}
32
33
inline void add_word(UCHAR* &blr, const int word)
34
{
Callers
5
add_word
Method · 0.85
add_cstring
Method · 0.85
add_word
Method · 0.85
add_word
Function · 0.85
add_string
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected