MCPcopy Create free account
hub / github.com/cppla/ServerStatus / parse_char

Function parse_char

server/src/system.c:734–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734static int parse_char(char c, const char **str)
735{
736 if(**str != c) return -1;
737 (*str)++;
738 return 0;
739}
740
741static int parse_uint8(unsigned char *out, const char **str)
742{

Callers 1

net_addr_from_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected