Skip to content

Issue #13 #14

Description

@32teeth

Description

Are you sure the issue title # and issue # are right?

Let's make sure that when we create issues and give them numbers, there should be a convention that does not use the title 'Issue'

AC

# Write a test
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>

bool isValidNumber(const char *input) {
    char *endptr;
    strtol(input, &endptr, 10);
    return (*input != '\0' && *endptr == '\0');
}

Notes

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentationinvalidThis doesn't seem right

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions