#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
|
| int | main (int argc, char *argv[]) |
| |
- Copyright
- SPDX-FileCopyrightText: 2026 European Southern Observatory (ESO) SPDX-License-Identifier: LGPL-3.0-only
◆ _LARGEFILE64_SOURCE
| #define _LARGEFILE64_SOURCE |
◆ ngcb_lseek
| #define ngcb_lseek |
( |
| f, |
|
|
| o, |
|
|
| w ) |
◆ ngcb_open
| #define ngcb_open |
( |
| p, |
|
|
| m ) |
◆ ngcbFITS_BLOCK_LEN
◆ ngcbFITS_BLOCK_LINES
| #define ngcbFITS_BLOCK_LINES 36 |
◆ ngcbFITS_LINE_LEN
| #define ngcbFITS_LINE_LEN 80 |
FITS constant definitions
◆ ngcbFITS_MAX_BLOCKS
| #define ngcbFITS_MAX_BLOCKS 512 |
◆ str2str
| #define str2str |
( |
| s1, |
|
|
| s2, |
|
|
| n ) |
◆ ngcb_off_t
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |