source:
trunk/testcase/625main.c@
1240
| Last change on this file since 1240 was 904, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 6.8 KB | |
| Rev | Line | |
|---|---|---|
| [821] | 1 | /* $Id: 625main.c 904 2003-12-15 16:01:51Z bird $ |
| 2 | * | |
| 3 | * TZ (tzset++) testcase. | |
| 4 | * | |
| 5 | * InnoTek Systemberatung GmbH confidential | |
| 6 | * | |
| 7 | * Copyright (c) 2003 InnoTek Systemberatung GmbH | |
| 8 | * Author: knut st. osmundsen <[email protected]> | |
| 9 | * | |
| 10 | * All Rights Reserved | |
| 11 | * | |
| 12 | */ | |
| 13 | #include <time.h> | |
| 14 | #include <stdio.h> | |
| 15 | #include <stdlib.h> | |
| [901] | 16 | #include <string.h> |
| [821] | 17 | |
| [901] | 18 | static struct times |
| 19 | { | |
| 20 | time_t time; | |
| 21 | } aTimes[7] = | |
| 22 | { | |
