/ Sams Teach Yourself C in 21 Days (6th Edition)
/ STYC216E.ISO / mac / Examples / Day17 / strncat.c ![]() | < prev | next > |
MacBinary | 2002-08-11 | 896 b | [TEXT/LMAN] |
Confidence | Program | Detection | Match Type | Support |
---|---|---|---|---|
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:37:04 2002, modified Sun Aug 11 10:37:04 2002, creator 'LMAN', type ASCII, 320 bytes "strncat.c" , at 0x1c0 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 | |
---|---|
key | value |
macFileType | [TEXT] |
macFileCreator | [LMAN] |
+--------+-------------------------+-------------------------+--------+--------+
|00000000| 00 09 73 74 72 6e 63 61 | 74 2e 63 00 00 00 00 00 |..strnca|t.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 01 40 00 | 00 01 1e b9 7c 27 10 b9 |......@.|....|'..|
|00000060| 7c 27 10 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 d9 a0 00 00 |........|........|
|00000080| 2f 2a 20 54 68 65 20 73 | 74 72 6e 63 61 74 28 29 |/* The s|trncat()|
|00000090| 20 66 75 6e 63 74 69 6f | 6e 2e 20 2a 2f 0d 0a 0d | functio|n. */...|
|000000a0| 0a 23 69 6e 63 6c 75 64 | 65 20 3c 73 74 64 69 6f |.#includ|e <stdio|
|000000b0| 2e 68 3e 0d 0a 23 69 6e | 63 6c 75 64 65 20 3c 73 |.h>..#in|clude <s|
|000000c0| 74 72 69 6e 67 2e 68 3e | 0d 0a 0d 0a 63 68 61 72 |tring.h>|....char|
|000000d0| 20 73 74 72 32 5b 5d 20 | 3d 20 22 61 62 63 64 65 | str2[] |= "abcde|
|000000e0| 66 67 68 69 6a 6b 6c 6d | 6e 6f 70 71 72 73 74 75 |fghijklm|nopqrstu|
|000000f0| 76 77 78 79 7a 22 3b 0d | 0a 0d 0a 69 6e 74 20 6d |vwxyz";.|...int m|
|00000100| 61 69 6e 28 20 76 6f 69 | 64 20 29 0d 0a 7b 0d 0a |ain( voi|d )..{..|
|00000110| 20 20 20 20 63 68 61 72 | 20 73 74 72 31 5b 32 37 | char| str1[27|
|00000120| 5d 3b 0d 0a 20 20 20 20 | 69 6e 74 20 6e 3b 0d 0a |];.. |int n;..|
|00000130| 0d 0a 20 20 20 20 66 6f | 72 20 28 6e 3d 31 3b 20 |.. fo|r (n=1; |
|00000140| 6e 3c 20 32 37 3b 20 6e | 2b 2b 29 0d 0a 20 20 20 |n< 27; n|++).. |
|00000150| 20 7b 0d 0a 20 20 20 20 | 20 20 20 20 73 74 72 63 | {.. | strc|
|00000160| 70 79 28 73 74 72 31 2c | 20 22 22 29 3b 0d 0a 20 |py(str1,| "");.. |
|00000170| 20 20 20 20 20 20 20 73 | 74 72 6e 63 61 74 28 73 | s|trncat(s|
|00000180| 74 72 31 2c 20 73 74 72 | 32 2c 20 6e 29 3b 0d 0a |tr1, str|2, n);..|
|00000190| 20 20 20 20 20 20 20 20 | 70 75 74 73 28 73 74 72 | |puts(str|
|000001a0| 31 29 3b 0d 0a 20 20 20 | 20 7d 0d 0a 20 20 20 20 |1);.. | }.. |
|000001b0| 72 65 74 75 72 6e 20 30 | 3b 0d 0a 7d 0d 0a 0d 0a |return 0|;..}....|
|000001c0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000001d0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000001e0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000001f0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000200| 00 00 01 00 00 00 01 00 | 00 00 00 00 00 00 00 1e |........|........|
|00000210| 54 68 69 73 20 72 65 73 | 6f 75 72 63 65 20 66 6f |This res|ource fo|
|00000220| 72 6b 20 69 6e 74 65 6e | 74 69 6f 6e 61 6c 6c 79 |rk inten|tionally|
|00000230| 20 6c 65 66 74 20 62 6c | 61 6e 6b 20 20 20 00 00 | left bl|ank ..|
|00000240| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000250| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000260| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000270| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000280| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000290| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002a0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002b0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002c0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002d0| 00 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| 00 00 00 00 00 00 00 00 | 00 1c 00 1e ff ff 00 00 |........|........|
|00000320| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000330| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|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 |........|........|
+--------+-------------------------+-------------------------+--------+--------+