changeset 131 | b5ad49852adc |
parent 128 | efa226a4801e |
130:f4b424b93e45 | 131:b5ad49852adc |
---|---|
1 /** |
1 /** |
2 * crypt.c |
2 * crypt.c |
3 * Copyright (C) 2008 Markus Broeker |
3 * Copyright (C) 2008 Markus Broeker |
4 */ |
4 */ |
5 |
|
6 #define _XOPEN_SOURCE 500 |
|
5 |
7 |
6 #include <stdio.h> |
8 #include <stdio.h> |
7 #include <stdlib.h> |
9 #include <stdlib.h> |
8 #include <time.h> |
10 #include <time.h> |
9 #include <unistd.h> |
11 #include <unistd.h> |