home *** CD-ROM | disk | FTP | other *** search
/ Sams Teach Yourself C in 21 Days (6th Edition) / STYC216E.ISO / mac / Examples / Day17 / strcmp.c < prev    next >
MacBinary  |  2002-08-11  |  1.1 KB  |  [TEXT/LMAN]

open in: MacOS 8.1     |     Win98     |     DOS

browse contents    |     view JSON data     |     view as text


This file was processed as: MacBinary (archive/macBinary).

ConfidenceProgramDetectionMatch TypeSupport
66% dexvert Compact Compressed (Unix) (archive/compact) ext Supported
10% dexvert MacBinary (archive/macBinary) fallback Supported
1% dexvert Text File (text/txt) fallback Supported
100% file MacBinary II, Sun Aug 11 10:34:36 2002, modified Sun Aug 11 10:34:36 2002, creator 'LMAN', type ASCII, 593 bytes "strcmp.c" , at 0x2d1 286 bytes resource default (weak)
99% file data default
74% TrID Macintosh plain text (MacBinary) default
25% TrID MacBinary 2 default (weak)
100% siegfried fmt/1762 MacBinary (II) default
100% lsar MacBinary default


id metadata
keyvalue
macFileType[TEXT]
macFileCreator[LMAN]



hex view
+--------+-------------------------+-------------------------+--------+--------+
|00000000| 00 08 73 74 72 63 6d 70 | 2e 63 00 00 00 00 00 00 |..strcmp|.c......|
|00000010| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000020| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000030| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000040| 00 54 45 58 54 4c 4d 41 | 4e 00 00 ff ff ff ff 00 |.TEXTLMA|N.......|
|00000050| 00 00 00 00 00 02 51 00 | 00 01 1e b9 7c 26 7c b9 |......Q.|....|&|.|
|00000060| 7c 26 7c 00 00 00 00 00 | 00 00 00 00 00 00 00 00 ||&|.....|........|
|00000070| 00 00 00 00 00 00 00 00 | 00 00 81 81 a5 21 00 00 |........|.....!..|
|00000080| 2f 2a 20 54 68 65 20 73 | 74 72 63 6d 70 28 29 20 |/* The s|trcmp() |
|00000090| 66 75 6e 63 74 69 6f 6e | 2e 20 2a 2f 0d 0a 0d 0a |function|. */....|
|000000a0| 23 69 6e 63 6c 75 64 65 | 20 3c 73 74 64 69 6f 2e |#include| <stdio.|
|000000b0| 68 3e 0d 0a 23 69 6e 63 | 6c 75 64 65 20 3c 73 74 |h>..#inc|lude <st|
|000000c0| 72 69 6e 67 2e 68 3e 0d | 0a 0d 0a 69 6e 74 20 6d |ring.h>.|...int m|
|000000d0| 61 69 6e 28 20 76 6f 69 | 64 20 29 0d 0a 7b 0d 0a |ain( voi|d )..{..|
|000000e0| 20 20 20 20 63 68 61 72 | 20 73 74 72 31 5b 38 30 | char| str1[80|
|000000f0| 5d 2c 20 73 74 72 32 5b | 38 30 5d 3b 0d 0a 20 20 |], str2[|80];.. |
|00000100| 20 20 69 6e 74 20 78 3b | 0d 0a 0d 0a 20 20 20 20 | int x;|.... |
|00000110| 77 68 69 6c 65 20 28 31 | 29 0d 0a 20 20 20 20 7b |while (1|).. {|
|00000120| 0d 0a 20 20 20 20 20 20 | 20 20 2f 2a 20 49 6e 70 |.. | /* Inp|
|00000130| 75 74 20 74 77 6f 20 73 | 74 72 69 6e 67 73 2e 20 |ut two s|trings. |
|00000140| 2a 2f 0d 0a 0d 0a 20 20 | 20 20 20 20 20 20 70 72 |*/.... | pr|
|00000150| 69 6e 74 66 28 22 5c 6e | 5c 6e 49 6e 70 75 74 20 |intf("\n|\nInput |
|00000160| 74 68 65 20 66 69 72 73 | 74 20 73 74 72 69 6e 67 |the firs|t string|
|00000170| 2c 20 61 20 62 6c 61 6e | 6b 20 74 6f 20 65 78 69 |, a blan|k to exi|
|00000180| 74 3a 20 22 29 3b 0d 0a | 20 20 20 20 20 20 20 20 |t: ");..| |
|00000190| 67 65 74 73 28 73 74 72 | 31 29 3b 0d 0a 0d 0a 20 |gets(str|1);.... |
|000001a0| 20 20 20 20 20 20 20 69 | 66 20 28 20 73 74 72 6c | i|f ( strl|
|000001b0| 65 6e 28 73 74 72 31 29 | 20 3d 3d 20 30 20 29 0d |en(str1)| == 0 ).|
|000001c0| 0a 20 20 20 20 20 20 20 | 20 20 20 20 20 62 72 65 |. | bre|
|000001d0| 61 6b 3b 0d 0a 0d 0a 20 | 20 20 20 20 20 20 20 70 |ak;.... | p|
|000001e0| 72 69 6e 74 66 28 22 5c | 6e 49 6e 70 75 74 20 74 |rintf("\|nInput t|
|000001f0| 68 65 20 73 65 63 6f 6e | 64 20 73 74 72 69 6e 67 |he secon|d string|
|00000200| 3a 20 22 29 3b 0d 0a 20 | 20 20 20 20 20 20 20 67 |: ");.. | g|
|00000210| 65 74 73 28 73 74 72 32 | 29 3b 0d 0a 0d 0a 20 20 |ets(str2|);.... |
|00000220| 20 20 20 20 20 20 2f 2a | 20 43 6f 6d 70 61 72 65 | /*| Compare|
|00000230| 20 74 68 65 6d 20 61 6e | 64 20 64 69 73 70 6c 61 | them an|d displa|
|00000240| 79 20 74 68 65 20 72 65 | 73 75 6c 74 2e 20 2a 2f |y the re|sult. */|
|00000250| 0d 0a 0d 0a 20 20 20 20 | 20 20 20 20 78 20 3d 20 |.... | x = |
|00000260| 73 74 72 63 6d 70 28 73 | 74 72 31 2c 20 73 74 72 |strcmp(s|tr1, str|
|00000270| 32 29 3b 0d 0a 0d 0a 20 | 20 20 20 20 20 20 20 70 |2);.... | p|
|00000280| 72 69 6e 74 66 28 22 5c | 6e 73 74 72 63 6d 70 28 |rintf("\|nstrcmp(|
|00000290| 25 73 2c 25 73 29 20 72 | 65 74 75 72 6e 73 20 25 |%s,%s) r|eturns %|
|000002a0| 64 22 2c 20 73 74 72 31 | 2c 20 73 74 72 32 2c 20 |d", str1|, str2, |
|000002b0| 78 29 3b 0d 0a 20 20 20 | 20 7d 0d 0a 20 20 20 20 |x);.. | }.. |
|000002c0| 20 72 65 74 75 72 6e 20 | 30 3b 0d 0a 7d 0d 0a 0d | return |0;..}...|
|000002d0| 0a 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002e0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002f0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000300| 00 00 01 00 00 00 01 00 | 00 00 00 00 00 00 00 1e |........|........|
|00000310| 54 68 69 73 20 72 65 73 | 6f 75 72 63 65 20 66 6f |This res|ource fo|
|00000320| 72 6b 20 69 6e 74 65 6e | 74 69 6f 6e 61 6c 6c 79 |rk inten|tionally|
|00000330| 20 6c 65 66 74 20 62 6c | 61 6e 6b 20 20 20 00 00 | left bl|ank ..|
|00000340| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000350| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000360| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000370| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000380| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000390| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000003a0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000003b0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000003c0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000003d0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000003e0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000003f0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000400| 00 00 01 00 00 00 01 00 | 00 00 00 00 00 00 00 1e |........|........|
|00000410| 00 00 00 00 00 00 00 00 | 00 1c 00 1e ff ff 00 00 |........|........|
|00000420| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000430| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000440| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000450| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000460| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000470| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
+--------+-------------------------+-------------------------+--------+--------+