TPCCLIB
Loading...
Searching...
No Matches
bootstrap.c File Reference

Basic bootstrap functions. More...

#include "tpcclibConfig.h"
#include "tpcbootstrap.h"

Go to the source code of this file.

Functions

void bootstrap ()

Detailed Description

Basic bootstrap functions.

Definition in file bootstrap.c.

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}