MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / d_getub

Function d_getub

dep/hfsutils/libhfs/data.c:96–99  ·  view source on GitHub ↗

* NAME: data->getub() * DESCRIPTION: marshal 1 unsigned byte into local host format */

Source from the content-addressed store, hash-verified

94 * DESCRIPTION: marshal 1 unsigned byte into local host format
95 */
96unsigned char d_getub(register const unsigned char *ptr)
97{
98 return ptr[0];
99}
100
101/*
102 * NAME: data->getsw()

Callers 1

d_fetchstrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected