ngc 1.5.0
 
Loading...
Searching...
No Matches
main.c File Reference
#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>

Macros

#define _LARGEFILE64_SOURCE
 
#define ngcb_open(p, m)
 
#define ngcb_lseek(f, o, w)
 
#define str2str(s1, s2, n)
 
#define ngcbFITS_LINE_LEN   80
 
#define ngcbFITS_BLOCK_LINES   36
 
#define ngcbFITS_MAX_BLOCKS   512
 
#define ngcbFITS_BLOCK_LEN   (ngcbFITS_LINE_LEN * ngcbFITS_BLOCK_LINES)
 

Typedefs

typedef off64_t ngcb_off_t
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Macro Definition Documentation

◆ _LARGEFILE64_SOURCE

#define _LARGEFILE64_SOURCE

◆ ngcb_lseek

#define ngcb_lseek ( f,
o,
w )
Value:
lseek64(f,o,w)

◆ ngcb_open

#define ngcb_open ( p,
m )
Value:
open64(p,m)

◆ ngcbFITS_BLOCK_LEN

#define ngcbFITS_BLOCK_LEN   (ngcbFITS_LINE_LEN * ngcbFITS_BLOCK_LINES)

◆ 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 )
Value:
__str2str(s1, s2, n)

Typedef Documentation

◆ ngcb_off_t

typedef off64_t ngcb_off_t

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )