Skip to content

Add string type #4

@gozeloglu

Description

@gozeloglu

Add a string type with struct and handle the string operations in functions.

Possible struct definition:

struct sf_str {
    char *str;
    size_t alloc_len;
    size_t len;
};

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions