MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getBuffer

Method getBuffer

libraries/PrintCharArray/PrintCharArray.h:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88 char * getBuffer()
89 {
90 _buffer[_index] = '\0';
91 return _buffer;
92 }
93
94
95private:

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64