HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Common Linux/POSIX time testing functions. More...
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 |
Common Linux/POSIX time testing functions.
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.
MEMSPACE int myrand | ( | int | start, |
int | end | ||
) |
Definition at line 52 of file timetests.c.
Referenced by timetests().
MEMSPACE void mysrand | ( | int | seed | ) |
Definition at line 45 of file timetests.c.
Referenced by timetests().
MEMSPACE int timetests | ( | char * | str, |
int | check | ||
) |
Definition at line 98 of file timetests.c.
|
static |
Definition at line 42 of file timetests.c.