Defines | Functions | Variables

cifdup.c File Reference

#include <cif.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "cif_int.h"
Include dependency graph for cifdup.c:

Go to the source code of this file.

Defines

#define CIF_VERSION   3

Functions

char * strdup (const char *s)
struct Cif_genericCif_Duplicate (struct Cif_generic *cr)

Variables

static char USMID [] = "@(#) libcif/cifdup.c 30.5 07/26/96 07:19:13"

Define Documentation

#define CIF_VERSION   3

Definition at line 44 of file cifdup.c.


Function Documentation

struct Cif_generic* Cif_Duplicate ( struct Cif_generic cr  )  [read]
char* strdup ( const char *  s  ) 

Variable Documentation

char USMID[] = "@(#) libcif/cifdup.c 30.5 07/26/96 07:19:13" [static]

Definition at line 37 of file cifdup.c.