Changeset fa38804 in buchla-68k for ram/librw.c
- Timestamp:
- 07/14/2017 04:18:35 PM (7 years ago)
- Branches:
- master
- Children:
- ace9ee7
- Parents:
- 1efe224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/librw.c
r1efe224 rfa38804 50 50 #endif 51 51 52 /* 53 54 */ 52 55 53 if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 56 54 … … 72 70 return(SUCCESS); 73 71 } 74 75 /*76 77 */78 72 79 73 /* … … 108 102 ldswin(5); 109 103 110 /* 111 112 */ 104 113 105 if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 114 106 … … 137 129 return(SUCCESS); 138 130 } 139 140 /*141 142 */143 131 144 132 /* … … 194 182 #endif 195 183 196 /* 197 198 */ 184 199 185 if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 200 186 … … 230 216 return(SUCCESS); 231 217 } 232 233 /*234 235 */236 218 237 219 /* … … 272 254 ldswin(5); 273 255 274 /* 275 276 */ 256 277 257 if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 278 258 … … 321 301 } 322 302 323 /*324 325 */326 327 303 /* 328 304 ============================================================================= … … 368 344 #endif 369 345 370 /* 371 372 */ 346 373 347 if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 374 348 … … 396 370 return(SUCCESS); 397 371 } 398 399 /*400 401 */402 372 403 373 /* … … 432 402 ldswin(5); 433 403 434 /* 435 436 */ 404 437 405 if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 438 406 … … 467 435 return(SUCCESS); 468 436 } 469 470 /*471 472 */473 437 474 438 /* … … 508 472 #endif 509 473 510 /* 511 512 */ 474 513 475 if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 514 476 … … 527 489 return(SUCCESS); 528 490 } 529 530 /*531 532 */533 491 534 492 /* … … 562 520 ldswin(5); 563 521 564 /* 565 566 */ 522 567 523 if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 568 524 … … 590 546 return(SUCCESS); 591 547 } 592 593 /*594 595 */596 548 597 549 /* … … 635 587 #endif 636 588 637 /* 638 639 */ 589 640 590 if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 641 591 … … 663 613 return(SUCCESS); 664 614 } 665 666 /*667 668 */669 615 670 616 /* … … 700 646 ldswin(5); 701 647 702 /* 703 704 */ 648 705 649 if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 706 650 … … 747 691 } 748 692 749 /*750 751 */752 753 693 /* 754 694 ============================================================================= … … 787 727 #endif 788 728 789 /* 790 791 */ 729 792 730 if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 793 731 … … 806 744 return(SUCCESS); 807 745 } 808 809 /*810 811 */812 746 813 747 /* … … 841 775 ldswin(5); 842 776 843 /* 844 845 */ 777 846 778 if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 847 779 … … 868 800 return(SUCCESS); 869 801 } 870 871 /*872 873 */874 802 875 803 /* … … 919 847 #endif 920 848 921 /* 922 923 */ 849 924 850 if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 925 851 … … 949 875 return(SUCCESS); 950 876 } 951 952 /*953 954 */955 877 956 878 /* … … 986 908 ldswin(5); 987 909 988 /* 989 990 */ 910 991 911 if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) { /* header */ 992 912
Note:
See TracChangeset
for help on using the changeset viewer.