comc_parseint
port = comc_parseint(env);
if (value == NULL || (speed = comc_parseint(value)) <= 0) {
if (value == NULL || (port = comc_parseint(value)) <= 0) {
static int comc_parseint(const char *string);
speed = comc_parseint(env);