I'm trying to use the soizof function and get an error:
extern char pcSSIxxDCmdStr[];
char pcSSIxxDCmdStr[] = "12_Read SSIDBxx";
sizeof(pcSSIxxDCmdStr);
Get error:error: invalid application of 'sizeof' to incomplete type 'c..