This is the most reliable way to avoid incompatibilities in available built-in functions on various systems. */
| 1260 | |
| 1261 | /* This is the most reliable way to avoid incompatibilities |
| 1262 | in available built-in functions on various systems. */ |
| 1263 | static void |
| 1264 | __yy_memcpy (char *from, char *to, int count) |
| 1265 | { |
| 1266 | char *f = from; |
| 1267 | char *t = to; |
| 1268 | int i = count; |
| 1269 | |
| 1270 | while (i-- > 0) |
| 1271 | *t++ = *f++; |
| 1272 | } |
| 1273 | |
| 1274 | #endif |