HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
timetests.c File Reference

Common Linux/POSIX time testing functions. More...

#include <stdlib.h>
#include <string.h>
#include <time.h>

Go to the source code of this file.

Functions

MEMSPACE void mysrand (int seed)
 
MEMSPACE int myrand (int start, int end)
 
MEMSPACE int timetests (char *str, int check)
 

Variables

static unsigned int __seed
 

Detailed Description

Common Linux/POSIX time testing functions.

Copyright © 2015 Mike Gore, GPL License
You are free to use this code under the terms of GPL
please retain a copy of this notice in any code you use it in.

This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file timetests.c.

Function Documentation

◆ myrand()

MEMSPACE int myrand ( int  start,
int  end 
)

Definition at line 52 of file timetests.c.

Referenced by timetests().

◆ mysrand()

MEMSPACE void mysrand ( int  seed)

Definition at line 45 of file timetests.c.

Referenced by timetests().

◆ timetests()

MEMSPACE int timetests ( char *  str,
int  check 
)

Definition at line 98 of file timetests.c.

Variable Documentation

◆ __seed

unsigned int __seed
static

Definition at line 42 of file timetests.c.

Referenced by myrand(), and mysrand().