comparison mcabber/src/lang.c @ 28:0cd8025eebee

[/trunk] Changeset 44 by mikael * Some more fixes. * We can now build with GNU99 gcc extensions.
author mikael
date Mon, 28 Mar 2005 10:36:47 +0000
parents e88b15cbf2de
children
comparison
equal deleted inserted replaced
27:77e6bd2ccde6 28:0cd8025eebee
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <unistd.h> 3 #include <unistd.h>
4 #include <string.h> 4 #include <string.h>
5 #include <ctype.h> 5 #include <ctype.h>
6
7 6
8 #include "utils.h" 7 #include "utils.h"
9 8
10 char Lang[100]; 9 char Lang[100];
11 10