alibtick
Returns
alibtime() on a system clock tick. This routine provides functionality for PV-WAVE
TIMECMND.
Prototype
double alibtick()
Example
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "alib.h"
void main() {
double t;
alibinit( NULL, NULL, NULL, NULL );
t = alibtick();
printf( "%f\n", t );
}
Output:
1375312298.898265
Version 2017.0
Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.