Skip to content

Adding function overloads. #12

@SharonIV0x86

Description

@SharonIV0x86

This enhancement is for later on, but is created as a issue so that it does not get saturated over time.

Problem:
Some string functions currently or in future accepts parameter as const char str which works for static character arrays (strings) but fails on dynamically allocated character arrays (dynamic strings).

Solution:
Define function overloads for this.

How? :

void str_some_static_arg_func(const char str[]) 
void str_is_some_static_arg_func(const char * str) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions