Got stamp category switching working/

This commit is contained in:
William Kendrick 2007-05-16 07:14:08 +00:00
parent fdfa0eaf6c
commit d451169a83
4 changed files with 54 additions and 9 deletions

View file

@ -3,7 +3,9 @@
*/
#include <stdio.h>
#ifndef __USE_GNU
#define __USE_GNU /* for strcasestr() */
#endif
#include <string.h>
#include <stdlib.h>
#include <locale.h>