- sicsutil.c contains code from acces.c and the function DoubleTime
This commit is contained in:
17
sicsutil.h
Normal file
17
sicsutil.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Some general functions for SICS.
|
||||
*
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
*
|
||||
* Decode privilege text. moved from access.c by M. Zolliker Jan 2010
|
||||
* @param the text to decode
|
||||
* @return -1 if code invalid, else the privilege code
|
||||
*/
|
||||
int decodeSICSPriv(char *privText);
|
||||
|
||||
double DoubleTime(void);
|
||||
/* returns time since epoch in seconds
|
||||
the resultion is machine dependent, but mostly better than msec */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user