BFLibC 0.1
C Library
Loading...
Searching...
No Matches
typebftime.h
Go to the documentation of this file.
1
6#ifndef TYPETIME_H
7#define TYPETIME_H
8
9#include <time.h>
10
11typedef double BFTime;
12
13#endif // TYPETIME_H
14
double BFTime
Definition typebftime.h:11