]> git.seodisparate.com - UDPConnection/commit
Impl "unsafe" versions of UDPC_atostr(...)
authorStephen Seo <seo.disparate@gmail.com>
Thu, 22 Jun 2023 04:25:26 +0000 (13:25 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 22 Jun 2023 04:25:26 +0000 (13:25 +0900)
commit77d69cabbce67079631f9c44f2b4cde0ee7f6d86
treedf796290fe23adbb8381c2b9e0fb35f4c204b5d0
parent4abd9fddcb25c898b185457c1482ead3d729e443
Impl "unsafe" versions of UDPC_atostr(...)

These "unsafe" versions are guaranteed to not have the returned address
strings be overwritten by UDPC, but they must be manually free'd later
(as mentioned in the documentation).
src/UDPC.h
src/UDPConnection.cpp
src/test/TestUDPC.cpp