Misc extra functions header. More...
#include "potkf_common.h"
Defines | |
#define | tic tictoc(1) |
#define | toc tictoc(0) |
#define | TIC 1 |
#define | TOC 0 |
Functions | |
void | textcolor (int attr, int fg, int bg) |
Switches shell colors. | |
void | resettextcolor (void) |
Resets shell colors. | |
int | tictoc (int status) |
TIC TOC implementation functions. | |
int | timediff (struct timeval t1, struct timeval t2) |
Misc extra functions header.