ucode: respect all arguments passed to send()
authorAndre Heider <a.heider@gmail.com>
Fri, 9 Dec 2022 14:16:31 +0000 (15:16 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 16 Jan 2023 10:21:34 +0000 (11:21 +0100)
commit63413578a8e32e90cbb01d8bffff7f6db5a3a7a5
treee04de39b9ff11c13f0d0a0685fcfc0244835cd44
parent23977554d9694d025eada50a5547e99ee1be7838
ucode: respect all arguments passed to send()

Similar to ucode's print() this now prints any given values to stdout:
uhttpd.send(a, b, c, "\n");

Signed-off-by: Andre Heider <a.heider@gmail.com>
ucode.c