ARPDAS_QNX6 1.0
Defines | Functions | Variables
skeleton.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "nortlib.h"
Include dependency graph for skeleton.c:

Go to the source code of this file.

Defines

#define MAX_LABEL   40
#define DEF_DIR   "/usr/local/share/huarp"

Functions

int Skel_open (const char *name)
int Skel_copy (FILE *ofp, const char *label, int copyout)

Variables

char rcsid_skeleton_c [] = "$Header: /cvsroot/arp-das/nortlib2/src/skeleton.c,v 1.4 2009/03/02 17:11:30 ntallen Exp $"
static FILE * skfp = NULL

Define Documentation

#define DEF_DIR   "/usr/local/share/huarp"

Definition at line 17 of file skeleton.c.

Referenced by Skel_open().

#define MAX_LABEL   40

Definition at line 16 of file skeleton.c.

Referenced by Skel_copy().


Function Documentation

int Skel_copy ( FILE *  ofp,
const char *  label,
int  copyout 
)

Definition at line 51 of file skeleton.c.

References MAX_LABEL, nl_error, and skfp.

int Skel_open ( const char *  name)

Definition at line 19 of file skeleton.c.

References DEF_DIR, nl_error, and skfp.


Variable Documentation

char rcsid_skeleton_c[] = "$Header: /cvsroot/arp-das/nortlib2/src/skeleton.c,v 1.4 2009/03/02 17:11:30 ntallen Exp $"

Definition at line 7 of file skeleton.c.

FILE* skfp = NULL [static]

Definition at line 15 of file skeleton.c.

Referenced by Skel_copy(), and Skel_open().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines