Code: Select all
#include <stddef.h>
#define hexstrtobyte(a) strtol(a, NULL, 16)
Can someone tell me what I'm doing wrong here? I tried this code in a different IDE, and it seemed to work.
Thanks...
Code: Select all
#include <stddef.h>
#define hexstrtobyte(a) strtol(a, NULL, 16)
Users browsing this forum: Bing [Bot] and 21 guests