home *** CD-ROM | disk | FTP | other *** search
/ Sams Teach Yourself C in 21 Days (6th Edition) / STYC216E.ISO / mac / Examples / Day10 / getback.c < prev    next >
MacBinary  |  2002-06-08  |  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, Sat Jun 8 20:18:18 2002, modified Sat Jun 8 20:18:18 2002, creator 'LMAN', type ASCII, 535 bytes "getback.c" , at 0x297 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 09 67 65 74 62 61 63 | 6b 2e 63 00 00 00 00 00 |..getbac|k.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 17 00 | 00 01 1e b9 28 4f 4a b9 |........|....(OJ.|
|00000060| 28 4f 4a 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |(OJ.....|........|
|00000070| 00 00 00 00 00 00 00 00 | 00 00 81 81 6f 6b 00 00 |........|....ok..|
|00000080| 2f 2a 20 44 65 6d 6f 6e | 73 74 72 61 74 65 73 20 |/* Demon|strates |
|00000090| 75 73 69 6e 67 20 74 68 | 65 20 67 65 74 73 28 29 |using th|e gets()|
|000000a0| 20 72 65 74 75 72 6e 20 | 76 61 6c 75 65 2e 20 2a | return |value. *|
|000000b0| 2f 0d 0a 0d 0a 23 69 6e | 63 6c 75 64 65 20 3c 73 |/....#in|clude <s|
|000000c0| 74 64 69 6f 2e 68 3e 0d | 0a 0d 0a 2f 2a 20 44 65 |tdio.h>.|.../* De|
|000000d0| 63 6c 61 72 65 20 61 20 | 63 68 61 72 61 63 74 65 |clare a |characte|
|000000e0| 72 20 61 72 72 61 79 20 | 74 6f 20 68 6f 6c 64 20 |r array |to hold |
|000000f0| 69 6e 70 75 74 2c 20 61 | 6e 64 20 61 20 70 6f 69 |input, a|nd a poi|
|00000100| 6e 74 65 72 2e 20 2a 2f | 0d 0a 0d 0a 63 68 61 72 |nter. */|....char|
|00000110| 20 69 6e 70 75 74 5b 32 | 35 37 5d 2c 20 2a 70 74 | input[2|57], *pt|
|00000120| 72 3b 0d 0a 0d 0a 69 6e | 74 20 6d 61 69 6e 28 20 |r;....in|t main( |
|00000130| 76 6f 69 64 20 29 0d 0a | 7b 0d 0a 20 20 20 20 2f |void )..|{.. /|
|00000140| 2a 20 44 69 73 70 6c 61 | 79 20 69 6e 73 74 72 75 |* Displa|y instru|
|00000150| 63 74 69 6f 6e 73 2e 20 | 2a 2f 0d 0a 0d 0a 20 20 |ctions. |*/.... |
|00000160| 20 20 70 75 74 73 28 22 | 45 6e 74 65 72 20 74 65 | puts("|Enter te|
|00000170| 78 74 20 61 20 6c 69 6e | 65 20 61 74 20 61 20 74 |xt a lin|e at a t|
|00000180| 69 6d 65 2c 20 74 68 65 | 6e 20 70 72 65 73 73 20 |ime, the|n press |
|00000190| 45 6e 74 65 72 2e 22 29 | 3b 0d 0a 20 20 20 20 70 |Enter.")|;.. p|
|000001a0| 75 74 73 28 22 45 6e 74 | 65 72 20 61 20 62 6c 61 |uts("Ent|er a bla|
|000001b0| 6e 6b 20 6c 69 6e 65 20 | 77 68 65 6e 20 64 6f 6e |nk line |when don|
|000001c0| 65 2e 22 29 3b 0d 0a 0d | 0a 20 20 20 20 2f 2a 20 |e.");...|. /* |
|000001d0| 4c 6f 6f 70 20 61 73 20 | 6c 6f 6e 67 20 61 73 20 |Loop as |long as |
|000001e0| 69 6e 70 75 74 20 69 73 | 20 6e 6f 74 20 61 20 62 |input is| not a b|
|000001f0| 6c 61 6e 6b 20 6c 69 6e | 65 2e 20 2a 2f 0d 0a 0d |lank lin|e. */...|
|00000200| 0a 20 20 20 20 77 68 69 | 6c 65 20 28 20 2a 28 70 |. whi|le ( *(p|
|00000210| 74 72 20 3d 20 67 65 74 | 73 28 69 6e 70 75 74 29 |tr = get|s(input)|
|00000220| 29 20 21 3d 20 4e 55 4c | 4c 29 0d 0a 20 20 20 20 |) != NUL|L).. |
|00000230| 20 20 20 20 70 72 69 6e | 74 66 28 22 59 6f 75 20 | prin|tf("You |
|00000240| 65 6e 74 65 72 65 64 20 | 25 73 5c 6e 22 2c 20 69 |entered |%s\n", i|
|00000250| 6e 70 75 74 29 3b 0d 0a | 0d 0a 20 20 20 20 70 75 |nput);..|.. pu|
|00000260| 74 73 28 22 54 68 61 6e | 6b 20 79 6f 75 20 61 6e |ts("Than|k you an|
|00000270| 64 20 67 6f 6f 64 2d 62 | 79 65 5c 6e 22 29 3b 0d |d good-b|ye\n");.|
|00000280| 0a 0d 0a 20 20 20 20 72 | 65 74 75 72 6e 20 30 3b |... r|eturn 0;|
|00000290| 0d 0a 7d 0d 0a 0d 0a 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| 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 |........|........|
+--------+-------------------------+-------------------------+--------+--------+