今天看一个单片机项目的源码发现了一个好玩的问题
明明传过来的是地址 +2 地址不就变了?
#include<stdio.h>
typedef struct cs
{
int a;
int b;
int c;
今天看一个单片机项目的源码发现了一个好玩的问题
明明传过来的是地址 +2 地址不就变了?
#include<stdio.h>
typedef struct cs
{
int a;
int b;
int c;