Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ available
Method
available
libraries/PrintCharArray/PrintCharArray.h:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
69
int available()
70
{
71
return (_bufSize - _index);
72
}
73
74
75
// int length() { return _index; }; // better as size()?
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36