DCPLib icon indicating copy to clipboard operation
DCPLib copied to clipboard

Make header-defined function inlined

Open robbr48 opened this issue 1 year ago • 0 comments

The ipToString() function is defined in its header file, which causes multiple declaration errors if the header is included by multiple source files. Making it inline solves this.

The alternative solution would be to move the definition to a source file.

robbr48 avatar Oct 02 '24 12:10 robbr48