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

Header file for libtpcbootstrap. More...

#include "tpcclibConfig.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "tpcextensions.h"
#include "tpcrand.h"
#include "tpcstatist.h"
#include "tpcnlopt.h"
#include "tpclinopt.h"

Go to the source code of this file.

Functions

void bootstrap ()

Detailed Description

Header file for libtpcbootstrap.

Author
Vesa Oikonen

Definition in file tpcbootstrap.h.

Function Documentation

◆ bootstrap()

void bootstrap ( )

Template function.

Author
Vesa Oikonen

Definition at line 14 of file bootstrap.c.

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