当我遇到一个奇怪的函数定义时,我正在阅读CFITSIO(用于处理FITS图像和其他天文图像数据的C库)的文档.
int fits_movrel_hdu / ffmrhd
(fitsfile *fptr, int nmove, > int *hdutype, int *status)
Run Code Online (Sandbox Code Playgroud)
我的问题是第三个参数int*hdutype中">"符号的功能是什么.我看到它出现在这个库中的许多其他函数中,但我从未在任何其他API或C代码中遇到它,我记得.
您可以在夏威夷的Telescope软件页面上看到更多这样的例子