MCPcopy Create free account
hub / github.com/OpenIPC/firmware / gethardstring

Function gethardstring

general/package/comgt/src/comgt.c:564–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564void gethardstring(void) {
565 int a=0;
566 skipspaces();
567 while(script[pc]!=0 && script[pc]!=' ' && script[pc]!='\t' &&
568 script[pc]!='\n') {
569 string[a++]=script[pc++];
570 }
571 string[a]=0;
572}
573
574/* Parse a string from script[pc] */
575void getstring(void) {

Callers 1

doopenFunction · 0.85

Calls 1

skipspacesFunction · 0.85

Tested by

no test coverage detected