MCPcopy Create free account
hub / github.com/GregoryFaust/samblaster / parseNextOpCode

Function parseNextOpCode

samblaster.cpp:743–746  ·  view source on GitHub ↗

This will the current char, and move the ptr ahead by one.

Source from the content-addressed store, hash-verified

741
742// This will the current char, and move the ptr ahead by one.
743inline char parseNextOpCode(char **ptr)
744{
745 return ((*ptr)++)[0];
746}
747
748// This just test for end of string.
749inline bool moreCigarOps(char *ptr)

Callers 1

processCIGARFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected