Changeset 411 for pwntcha/trunk/src/phpbb.c
- Timestamp:
- Jan 4, 2005, 6:00:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/phpbb.c
r408 r411 13 13 #include <stdlib.h> 14 14 #include <string.h> 15 #include <limits.h> 15 16 16 17 #include "config.h" … … 63 64 { 64 65 /* Try to find 1st letter */ 65 distmin = 999999999;66 distmin = INT_MAX; 66 67 for(i = 0; i < 35; i++) 67 68 { 68 int localmin = 99999999,localx, localy;69 int localmin = INT_MAX localx, localy; 69 70 xmin = i * 40; 70 71 ymin = 0;
Note: See TracChangeset
for help on using the changeset viewer.