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

Function d_storeub

dep/hfsutils/libhfs/data.c:307–311  ·  view source on GitHub ↗

* NAME: data->storeub() * DESCRIPTION: incrementally store an unsigned byte of data */

Source from the content-addressed store, hash-verified

305 * DESCRIPTION: incrementally store an unsigned byte of data
306 */
307void d_storeub(register unsigned char **ptr,
308 register unsigned char data)
309{
310 *(*ptr)++ = data;
311}
312
313/*
314 * NAME: data->storesw()

Callers 1

d_storestrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected