是什么在C远是什么意思? [英] What does Far mean in c?

查看:108
本文介绍了是什么在C远是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  const的结构sockaddr FAR *名称,


解决方案

这是一个从分段存储器架构时代的老延伸。它主要是指这是一个需要能够用它在任何地址指向,不只是东西,在同一网段code的指针。

请参阅更多的还是在维基页面

const struct sockaddr FAR* name,

解决方案

It's an old extension from the era of segmented memory architectures. It basically means "this is a pointer that needs to be able to point at any address, not just things in the same segment as the code using it".

See more or on the wikipedia page.

这篇关于是什么在C远是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆