当前位置: 技术问答>linux和unix
aix下c语言中如何编程查看当前系统的版本号
来源: 互联网 发布时间:2015-12-14
本文导语: 如题,aix下c语言中如何编程查看当前操作系统的版本号? | uname - get name and information about current kernel SYNOPSIS #include int uname(struct utsname *buf); | 只用过linux,试...
如题,aix下c语言中如何编程查看当前操作系统的版本号?
|
uname - get name and information about current kernel
SYNOPSIS
#include
int uname(struct utsname *buf);
SYNOPSIS
#include
int uname(struct utsname *buf);
|
只用过linux,试试uname -a