Changeset 238 for trunk/src/helpers/math.c
- Timestamp:
- Dec 24, 2002, 8:44:35 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/math.c
r174 r238 64 64 } 65 65 66 return (a);66 return a; 67 67 68 68 } … … 225 225 } 226 226 227 return (rc);227 return rc; 228 228 } 229 229 … … 310 310 { 311 311 if (!rc) 312 return (0);312 return 0; 313 313 314 314 rc++; … … 318 318 } 319 319 320 return (rc);320 return rc; 321 321 } 322 322 … … 353 353 } 354 354 355 return (d);356 } 357 358 355 return d; 356 } 357 358
Note:
See TracChangeset
for help on using the changeset viewer.