c72846e3c6
This becomes more consistent with all other pass by pointer of most structures. Additionally, this should lessen stack memory usage, as building strings with str_nfc_target would push the target (283 bytes) plus then a copy of the info objects (up to 275) onto the stack as it dives into the sprintf functions. Lastly, this makes my attempt at a .NET wrapper easier, as I can make passing by pointer work, but passing by value seems to bomb on the interop right now. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile.am | ||
mifare.c | ||
mifare.h | ||
nfc-emulate-forum-tag4.1 | ||
nfc-emulate-forum-tag4.c | ||
nfc-list.1 | ||
nfc-list.c | ||
nfc-mfclassic.1 | ||
nfc-mfclassic.c | ||
nfc-mfultralight.1 | ||
nfc-mfultralight.c | ||
nfc-read-forum-tag3.1 | ||
nfc-read-forum-tag3.c | ||
nfc-relay-picc.1 | ||
nfc-relay-picc.c | ||
nfc-scan-device.1 | ||
nfc-scan-device.c | ||
nfc-utils.c | ||
nfc-utils.h |