TPCCLIB
Loading...
Searching...
No Matches
tpcnew.h File Reference

Header file for libtpcnew. More...

#include "tpcclibConfig.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "tpcextensions.h"

Go to the source code of this file.

Functions

void newTemplate ()

Detailed Description

Header file for libtpcnew.

Header file for template library libtpcnew.

Author
Vesa Oikonen

Definition in file tpcnew.h.

Function Documentation

◆ newTemplate()

void newTemplate ( )
extern

Template function.

Author
Vesa Oikonen

Definition at line 14 of file new.c.

15 {
16 fprintf(stdout, "Hi there!\n");
17 return;
18}