]> git.sur5r.net Git - cc65/blob - doc/funcref.sgml
Added missing function
[cc65] / doc / funcref.sgml
1 <!doctype linuxdoc system>      <!-- -*- text-mode -*- -->
2
3 <article>
4 <title>cc65 function reference
5 <author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
6 <url url="mailto:greg.king5@verizon.net" name="Greg King">
7 <date>2018-02-07
8
9 <abstract>
10 cc65 is a C compiler for 6502 based systems. This function reference describes
11 the C functions available in the standard library.
12 </abstract>
13
14 <!-- Table of contents -->
15 <toc>
16
17 <!-- Begin the document -->
18
19 <sect>Introduction<p>
20
21 cc65 is a C compiler for 6502 based systems. It implements a subset of the ISO
22 C standard plus additional functions specially crafted for 6502 systems or
23 just some of the supported machines. This function refrence describes the
24 available functions together with any limitations.
25
26 For an overview about the available libraries, their purpose, and any
27 differences to the ISO standard, please have a look at the <url
28 url="library.html" name="cc65 Library Overview">.
29
30 <em/Note:/ Standard C functions are listed here, but not described in detail.
31 Since these functions behave identical on all standard compliant systems, they
32 are described in any book covering standard C.
33
34 Each entry for a function contains a detailed description
35
36 <quote>
37 <descrip>
38 <tag/Function/Summary of what <bf/function/ does.
39 <tag/Header/The header file that contains the declaration.
40 <tag/Declaration/Describes the needed header files and declaration of the
41 function.
42 <tag/Description/Description of the function.
43 <tag/Notes/Notes on the function.
44 <tag/Availability/The availability of the function.
45 <tag/See also/Other related functions.
46 <tag/Example/A piece of actual code using the function.
47 </descrip>
48 </quote>
49
50
51 <sect>Functions by header file<p>
52
53 <sect1><tt/6502.h/<label id="6502.h"><p>
54
55 <itemize>
56 <item><ref id="BRK" name="BRK">
57 <item><ref id="CLI" name="CLI">
58 <item><ref id="SEI" name="SEI">
59 <item><ref id="_sys" name="_sys">
60 <item><ref id="getcpu" name="getcpu">
61 <item><ref id="reset_brk" name="reset_brk">
62 <item><ref id="reset_irq" name="reset_irq">
63 <item><ref id="set_brk" name="set_brk">
64 <item><ref id="set_irq" name="set_irq">
65 </itemize>
66
67
68 <sect1><tt/apple2.h/<label id="apple2.h"><p>
69
70 <itemize>
71 <item>_dos_type
72 <item><ref id="get_ostype" name="get_ostype">
73 <item>rebootafterexit
74 </itemize>
75
76
77 <sect1><tt/apple2enh.h/<label id="apple2enh.h"><p>
78
79 <itemize>
80 <item>_dos_type
81 <item><ref id="get_ostype" name="get_ostype">
82 <item>rebootafterexit
83 <item>textframe
84 <item>textframexy
85 <item><ref id="videomode" name="videomode">
86 </itemize>
87
88
89 <sect1><tt/assert.h/<label id="assert.h"><p>
90
91 <itemize>
92 <item><ref id="assert" name="assert">
93 </itemize>
94
95
96 <sect1><tt/atari.h/<label id="atari.h"><p>
97
98 <itemize>
99 <!-- <item><ref id="_getcolor" name="_getcolor"> -->
100 <!-- <item><ref id="_getdefdev" name="_getdefdev"> -->
101 <!-- <item><ref id="_graphics" name="_graphics"> -->
102 <item><ref id="_is_cmdline_dos" name="_is_cmdline_dos">
103 <!-- <item><ref id="_rest_vecs" name="_rest_vecs"> -->
104 <!-- <item><ref id="_save_vecs" name="_save_vecs"> -->
105 <!-- <item><ref id="_scroll" name="_scroll"> -->
106 <!-- <item><ref id="_setcolor" name="_setcolor"> -->
107 <!-- <item><ref id="_setcolor_low" name="_setcolor_low"> -->
108 <item><ref id="get_ostype" name="get_ostype">
109 <!-- <item><ref id="get_tv" name="get_tv"> -->
110 </itemize>
111
112 (incomplete)
113
114
115 <sect1><tt/atmos.h/<label id="atmos.h"><p>
116
117 <itemize>
118 <item><ref id="atmos_explode" name="atmos_explode">
119 <item><ref id="atmos_load" name="atmos_load">
120 <item><ref id="atmos_ping" name="atmos_ping">
121 <item><ref id="atmos_save" name="atmos_save">
122 <item><ref id="atmos_shoot" name="atmos_shoot">
123 <item><ref id="atmos_tick" name="atmos_tick">
124 <item><ref id="atmos_tock" name="atmos_tock">
125 <item><ref id="atmos_zap" name="atmos_zap">
126 </itemize>
127
128
129 <sect1><tt/c128.h/<label id="c128.h"><p>
130
131 <itemize>
132 <item><ref id="c64mode" name="c64mode">
133 <item><ref id="fast" name="fast">
134 <item><ref id="slow" name="slow">
135 <item><ref id="toggle_videomode" name="toggle_videomode">
136 <item><ref id="videomode" name="videomode">
137 </itemize>
138
139
140 <sect1><tt/c16.h/<label id="c16.h"><p>
141
142 (incomplete)
143
144
145 <sect1><tt/c64.h/<label id="c64.h"><p>
146
147 <itemize>
148 <item><ref id="get_ostype" name="get_ostype">
149 </itemize>
150
151
152 <sect1><tt/cbm.h/<label id="cbm.h"><p>
153
154 <itemize>
155 <item><ref id="cbm_k_acptr" name="cbm_k_acptr">
156 <item><ref id="cbm_k_basin" name="cbm_k_basin">
157 <item><ref id="cbm_k_bsout" name="cbm_k_bsout">
158 <item><ref id="cbm_k_chkin" name="cbm_k_chkin">
159 <item><ref id="cbm_k_ciout" name="cbm_k_ciout">
160 <item><ref id="cbm_k_ckout" name="cbm_k_ckout">
161 <item><ref id="cbm_k_clall" name="cbm_k_clall">
162 <item><ref id="cbm_k_close" name="cbm_k_close">
163 <item><ref id="cbm_k_clrch" name="cbm_k_clrch">
164 <item><ref id="cbm_k_getin" name="cbm_k_getin">
165 <item><ref id="cbm_k_iobase" name="cbm_k_iobase">
166 <item><ref id="cbm_k_listen" name="cbm_k_listen">
167 <item><ref id="cbm_k_load" name="cbm_k_load">
168 <item><ref id="cbm_k_open" name="cbm_k_open">
169 <item><ref id="cbm_k_readst" name="cbm_k_readst">
170 <item><ref id="cbm_k_save" name="cbm_k_save">
171 <item><ref id="cbm_k_scnkey" name="cbm_k_scnkey">
172 <item><ref id="cbm_k_setlfs" name="cbm_k_setlfs">
173 <item><ref id="cbm_k_setnam" name="cbm_k_setnam">
174 <item><ref id="cbm_k_talk" name="cbm_k_talk">
175 <item><ref id="cbm_k_udtim" name="cbm_k_udtim">
176 <item><ref id="cbm_k_unlsn" name="cbm_k_unlsn">
177 <!-- <item><ref id="cbm_load" name="cbm_load"> -->
178 <!-- <item><ref id="cbm_open" name="cbm_open"> -->
179 <!-- <item><ref id="cbm_opendir" name="cbm_opendir"> -->
180 <!-- <item><ref id="cbm_read" name="cbm_read"> -->
181 <!-- <item><ref id="cbm_readdir" name="cbm_readdir"> -->
182 <!-- <item><ref id="cbm_save" name="cbm_save"> -->
183 <!-- <item><ref id="cbm_write" name="cbm_write"> -->
184 <!-- <item><ref id="get_tv" name="get_tv"> -->
185 <item><ref id="waitvsync" name="waitvsync">
186 <item><ref id="kbrepeat" name="kbrepeat">
187 </itemize>
188
189 (incomplete)
190
191
192 <sect1><tt/cbm510.h/<label id="cbm510.h"><p>
193
194 <itemize>
195 <item><ref id="peekbsys" name="peekbsys">
196 <item><ref id="peekwsys" name="peekwsys">
197 <item><ref id="pokebsys" name="pokebsys">
198 <item><ref id="pokewsys" name="pokewsys">
199 </itemize>
200
201
202 <sect1><tt/cbm610.h/<label id="cbm610.h"><p>
203
204 <itemize>
205 <item><ref id="peekbsys" name="peekbsys">
206 <item><ref id="peekwsys" name="peekwsys">
207 <item><ref id="pokebsys" name="pokebsys">
208 <item><ref id="pokewsys" name="pokewsys">
209 </itemize>
210
211
212 <sect1><tt/cc65.h/<label id="cc65.h"><p>
213
214 <itemize>
215 <!-- <item><ref id="cc65_cos" name="cc65_cos"> -->
216 <!-- <item><ref id="cc65_idiv32by16r16" name="cc65_idiv32by16r16"> -->
217 <!-- <item><ref id="cc65_imul16x16r32" name="cc65_imul16x16r32"> -->
218 <!-- <item><ref id="cc65_imul8x8r16" name="cc65_imul8x8r16"> -->
219 <!-- <item><ref id="cc65_sin" name="cc65_sin"> -->
220 <!-- <item><ref id="cc65_udiv32by16r16" name="cc65_udiv32by16r16"> -->
221 <!-- <item><ref id="cc65_umul16x16r32" name="cc65_umul16x16r32"> -->
222 <!-- <item><ref id="cc65_umul16x8r32" name="cc65_umul16x8r32"> -->
223 <!-- <item><ref id="cc65_umul8x8r16" name="cc65_umul8x8r16"> -->
224 <item><ref id="doesclrscrafterexit" name="doesclrscrafterexit">
225 </itemize>
226
227 (incomplete)
228
229
230 <sect1><tt/conio.h/<label id="conio.h"><p>
231
232 <itemize>
233 <item><ref id="bgcolor" name="bgcolor">
234 <item><ref id="bordercolor" name="bordercolor">
235 <item><ref id="cclear" name="cclear">
236 <item><ref id="cclearxy" name="cclearxy">
237 <item><ref id="cgetc" name="cgetc">
238 <item><ref id="chline" name="chline">
239 <item><ref id="chlinexy" name="chlinexy">
240 <item><ref id="clrscr" name="clrscr">
241 <item><ref id="cpeekc" name="cpeekc">
242 <item><ref id="cpeekcolor" name="cpeekcolor">
243 <item><ref id="cpeekrevers" name="cpeekrevers">
244 <item><ref id="cpeeks" name="cpeeks">
245 <item><ref id="cprintf" name="cprintf">
246 <item><ref id="cputc" name="cputc">
247 <item><ref id="cputcxy" name="cputcxy">
248 <item><ref id="cputs" name="cputs">
249 <item><ref id="cputsxy" name="cputsxy">
250 <item><ref id="cursor" name="cursor">
251 <item><ref id="cvline" name="cvline">
252 <item><ref id="cvlinexy" name="cvlinexy">
253 <item><ref id="gotox" name="gotox">
254 <item><ref id="gotoxy" name="gotoxy">
255 <item><ref id="gotoy" name="gotoy">
256 <item><ref id="kbhit" name="kbhit">
257 <item><ref id="revers" name="revers">
258 <item><ref id="screensize" name="screensize">
259 <item><ref id="textcolor" name="textcolor">
260 <item><ref id="vcprintf" name="vcprintf">
261 <item><ref id="wherex" name="wherex">
262 <item><ref id="wherey" name="wherey">
263 </itemize>
264
265
266 <sect1><tt/ctype.h/<label id="ctype.h"><p>
267
268 <itemize>
269 <item><ref id="isalnum" name="isalnum">
270 <item><ref id="isalpha" name="isalpha">
271 <item><ref id="isascii" name="isascii">
272 <item><ref id="isblank" name="isblank">
273 <item><ref id="iscntrl" name="iscntrl">
274 <item><ref id="isdigit" name="isdigit">
275 <item><ref id="isgraph" name="isgraph">
276 <item><ref id="islower" name="islower">
277 <item><ref id="isprint" name="isprint">
278 <item><ref id="ispunct" name="ispunct">
279 <item><ref id="isspace" name="isspace">
280 <item><ref id="isupper" name="isupper">
281 <item><ref id="isxdigit" name="isxdigit">
282 <item><ref id="tolower" name="tolower">
283 <item><ref id="toupper" name="toupper">
284 </itemize>
285
286
287 <sect1><tt/dbg.h/<label id="dbg.h"><p>
288
289 <!-- <itemize> -->
290 <!-- <item><ref id="DbgInit" name="DbgInit"> -->
291 <!-- </itemize> -->
292
293 (incomplete)
294
295
296 <sect1><tt/device.h/<label id="device.h"><p>
297
298 <itemize>
299 <item><ref id="getcurrentdevice" name="getcurrentdevice">
300 <item><ref id="getdevicedir" name="getdevicedir">
301 <item><ref id="getfirstdevice" name="getfirstdevice">
302 <item><ref id="getnextdevice" name="getnextdevice">
303 </itemize>
304
305
306 <sect1><tt/dio.h/<label id="dio.h"><p>
307
308 <url url="dio.html" name="Low-level disk I/O API">.
309
310
311 <sect1><tt/dirent.h/<label id="dirent.h"><p>
312
313 <itemize>
314 <item><ref id="_DE_ISDIR" name="_DE_ISDIR">
315 <item><ref id="_DE_ISLBL" name="_DE_ISLBL">
316 <item><ref id="_DE_ISLNK" name="_DE_ISLNK">
317 <item><ref id="_DE_ISREG" name="_DE_ISREG">
318 <item><ref id="closedir" name="closedir">
319 <item><ref id="opendir" name="opendir">
320 <item><ref id="readdir" name="readdir">
321 <item><ref id="rewinddir" name="rewinddir">
322 <item><ref id="seekdir" name="seekdir">
323 <item><ref id="telldir" name="telldir">
324 </itemize>
325
326
327 <sect1><tt/em.h/<label id="em.h"><p>
328
329 <itemize>
330 <item><ref id="em_commit" name="em_commit">
331 <item><ref id="em_copyfrom" name="em_copyfrom">
332 <item><ref id="em_copyto" name="em_copyto">
333 <item><ref id="em_install" name="em_install">
334 <item><ref id="em_load_driver" name="em_load_driver">
335 <item><ref id="em_map" name="em_map">
336 <item><ref id="em_pagecount" name="em_pagecount">
337 <item><ref id="em_uninstall" name="em_uninstall">
338 <item><ref id="em_unload" name="em_unload">
339 <item><ref id="em_use" name="em_use">
340 </itemize>
341
342
343 <sect1><tt/errno.h/<label id="errno.h"><p>
344
345 <!-- <itemize> -->
346 <!-- <item><ref id="_directerrno" name="_directerrno"> -->
347 <!-- <item><ref id="_mappederrno" name="_mappederrno"> -->
348 <!-- <item><ref id="_osmaperrno" name="_osmaperrno"> -->
349 <!-- <item><ref id="_seterrno" name="_seterrno"> -->
350 <!-- </itemize> -->
351
352 (incomplete)
353
354
355 <sect1><tt/fcntl.h/<label id="fcntl.h"><p>
356
357 <itemize>
358 <item><ref id="close" name="close">
359 <item><ref id="creat" name="creat">
360 <item><ref id="open" name="open">
361 </itemize>
362
363
364 <sect1><tt/gamate.h/<label id="gamate.h"><p>
365
366 <itemize>
367 <!-- <item><ref id="get_tv" name="get_tv"> -->
368 <item><ref id="waitvsync" name="waitvsync">
369 </itemize>
370
371 (incomplete)
372
373
374 <sect1><tt/geos.h/<label id="geos.h"><p>
375
376 <url url="geos.html" name="GEOS API">.
377
378
379 <sect1><tt/joystick.h/<label id="joystick.h"><p>
380
381 <itemize>
382 <item><ref id="joy_count" name="joy_count">
383 <item><ref id="joy_install" name="joy_install">
384 <item><ref id="joy_load_driver" name="joy_load_driver">
385 <item><ref id="joy_read" name="joy_read">
386 <item><ref id="joy_uninstall" name="joy_uninstall">
387 <item><ref id="joy_unload" name="joy_unload">
388 </itemize>
389
390
391 <sect1><tt/locale.h/<label id="locale.h"><p>
392
393 <itemize>
394 <item><ref id="localeconv" name="localeconv">
395 <item><ref id="setlocale" name="setlocale">
396 </itemize>
397
398
399 <sect1><tt/lynx.h/<label id="lynx.h"><p>
400
401 <!-- <itemize> -->
402 <!-- <item><ref id="lynx_eeprom_erase" name="lynx_eeprom_erase"> -->
403 <!-- <item><ref id="lynx_eeprom_read" name="lynx_eeprom_read"> -->
404 <!-- <item><ref id="lynx_eeprom_write" name="lynx_eeprom_write"> -->
405 <!-- <item><ref id="lynx_eeread" name="lynx_eeread"> -->
406 <!-- <item><ref id="lynx_eewrite" name="lynx_eewrite"> -->
407 <!-- <item><ref id="lynx_exec" name="lynx_exec"> -->
408 <!-- <item><ref id="lynx_load" name="lynx_load"> -->
409 <!-- </itemize> -->
410
411 (incomplete)
412
413
414 <sect1><tt/lz4.h/<label id="lz4.h"><p>
415
416 <itemize>
417 <item><ref id="decompress_lz4" name="decompress_lz4">
418 </itemize>
419
420
421 <sect1><tt/modload.h/<label id="modload.h"><p>
422
423 <itemize>
424 <item><ref id="mod_load" name="mod_load">
425 <item><ref id="mod_free" name="mod_free">
426 </itemize>
427
428
429 <sect1><tt/mouse.h/<label id="mouse.h"><p>
430
431 <itemize>
432 <item><ref id="mouse_buttons" name="mouse_buttons">
433 <item><ref id="mouse_getbox" name="mouse_getbox">
434 <item><ref id="mouse_geterrormsg" name="mouse_geterrormsg">
435 <item><ref id="mouse_hide" name="mouse_hide">
436 <item><ref id="mouse_info" name="mouse_info">
437 <item><ref id="mouse_install" name="mouse_install">
438 <item><ref id="mouse_ioctl" name="mouse_ioctl">
439 <item><ref id="mouse_load_driver" name="mouse_load_driver">
440 <item><ref id="mouse_move" name="mouse_move">
441 <item><ref id="mouse_pos" name="mouse_pos">
442 <item><ref id="mouse_setbox" name="mouse_setbox">
443 <item><ref id="mouse_show" name="mouse_show">
444 <item><ref id="mouse_uninstall" name="mouse_uninstall">
445 <item><ref id="mouse_unload" name="mouse_unload">
446 </itemize>
447
448
449 <sect1><tt/nes.h/<label id="nes.h"><p>
450
451 <itemize>
452 <!-- <item><ref id="get_tv" name="get_tv"> -->
453 <item><ref id="waitvsync" name="waitvsync">
454 </itemize>
455
456 (incomplete)
457
458
459 <sect1><tt/o65.h/<label id="o65.h"><p>
460
461 The <tt/o65.h/ header file contains structure and constant definitions that
462 may be used when dealing with files in <url
463 url="http://www.6502.org/users/andre/o65/fileformat.html" name="the o65 format">.
464 It does not declare any functions.
465
466
467 <sect1><tt/pce.h/<label id="pce.h"><p>
468
469 <itemize>
470 <!-- <item><ref id="get_tv" name="get_tv"> -->
471 <item><ref id="waitvsync" name="waitvsync">
472 </itemize>
473
474 (incomplete)
475
476
477 <sect1><tt/peekpoke.h/<label id="peekpoke.h"><p>
478
479 <itemize>
480 <item><ref id="PEEK" name="PEEK">
481 <item><ref id="PEEKW" name="PEEKW">
482 <item><ref id="POKE" name="POKE">
483 <item><ref id="POKEW" name="POKEW">
484 </itemize>
485
486
487 <sect1><tt/pen.h/<label id="pen.h"><p>
488
489 <!-- <itemize> -->
490 <!-- <item><ref id="pen_adjust" name="pen_adjust"> -->
491 <!-- <item><ref id="pen_calibrate" name="pen_calibrate"> -->
492 <!-- </itemize> -->
493
494 (incomplete)
495
496
497 <sect1><tt/pet.h/<label id="pet.h"><p>
498
499 (incomplete)
500
501
502 <sect1><tt/plus4.h/<label id="plus4.h"><p>
503
504 (incomplete)
505
506
507 <sect1><tt/serial.h/<label id="serial.h"><p>
508
509 The <tt/serial.h/ header file contains definitions for initializing serial
510 communication.
511
512 <itemize>
513 <item><ref id="ser_close" name="ser_close">
514 <item><ref id="ser_get" name="ser_get">
515 <item><ref id="ser_install" name="ser_install">
516 <item><ref id="ser_ioctl" name="ser_ioctl">
517 <item><ref id="ser_load_driver" name="ser_load_driver">
518 <item><ref id="ser_open" name="ser_open">
519 <item><ref id="ser_put" name="ser_put">
520 <item><ref id="ser_status" name="ser_status">
521 <item><ref id="ser_uninstall" name="ser_uninstall">
522 <item><ref id="ser_unload" name="ser_unload">
523 </itemize>
524
525
526 <sect1><tt/setjmp.h/<label id="setjmp.h"><p>
527
528 <itemize>
529 <item><ref id="setjmp" name="setjmp">
530 <item><ref id="longjmp" name="longjmp">
531 </itemize>
532
533
534 <sect1><tt/signal.h/<label id="signal.h"><p>
535
536 <itemize>
537 <item><ref id="raise" name="raise">
538 <item><ref id="signal" name="signal">
539 </itemize>
540
541
542 <sect1><tt/stdarg.h/<label id="stdarg.h"><p>
543
544 (incomplete)
545
546
547 <sect1><tt/stdbool.h/<label id="stdbool.h"><p>
548
549 (incomplete)
550
551
552 <sect1><tt/stddef.h/<label id="stddef.h"><p>
553
554 <itemize>
555 <item><ref id="offsetof" name="offsetof">
556 </itemize>
557
558
559 <sect1><tt/stdio.h/<label id="stdio.h"><p>
560
561 <itemize>
562 <item><ref id="_poserror" name="_poserror">
563 <item><ref id="clearerr" name="clearerr">
564 <!-- <item><ref id="fclose" name="fclose"> -->
565 <!-- <item><ref id="fdopen" name="fdopen"> -->
566 <item><ref id="feof" name="feof">
567 <item><ref id="ferror" name="ferror">
568 <!-- <item><ref id="fflush" name="fflush"> -->
569 <!-- <item><ref id="fgetc" name="fgetc"> -->
570 <!-- <item><ref id="fgetpos" name="fgetpos"> -->
571 <!-- <item><ref id="fgets" name="fgets"> -->
572 <item><ref id="fileno" name="fileno">
573 <!-- <item><ref id="fopen" name="fopen"> -->
574 <!-- <item><ref id="fprintf" name="fprintf"> -->
575 <!-- <item><ref id="fputc" name="fputc"> -->
576 <!-- <item><ref id="fputs" name="fputs"> -->
577 <!-- <item><ref id="fread" name="fread"> -->
578 <!-- <item><ref id="freopen" name="freopen"> -->
579 <!-- <item><ref id="fscanf" name="fscanf"> -->
580 <!-- <item><ref id="fseek" name="fseek"> -->
581 <!-- <item><ref id="fsetpos" name="fsetpos"> -->
582 <!-- <item><ref id="ftell" name="ftell"> -->
583 <!-- <item><ref id="fwrite" name="fwrite"> -->
584 <!-- <item><ref id="getc" name="getc"> -->
585 <!-- <item><ref id="getchar" name="getchar"> -->
586 <!-- <item><ref id="gets" name="gets"> -->
587 <!-- <item><ref id="printf" name="printf"> -->
588 <!-- <item><ref id="putc" name="putc"> -->
589 <!-- <item><ref id="putchar" name="putchar"> -->
590 <!-- <item><ref id="puts" name="puts"> -->
591 <item><ref id="rename" name="rename">
592 <item><ref id="remove" name="remove">
593 <!-- <item><ref id="rewind" name="rewind"> -->
594 <!-- <item><ref id="scanf" name="scanf"> -->
595 <!-- <item><ref id="snprintf" name="snprintf"> -->
596 <!-- <item><ref id="sprintf" name="sprintf"> -->
597 <!-- <item><ref id="sscanf" name="sscanf"> -->
598 <!-- <item><ref id="vfprintf" name="vfprintf"> -->
599 <!-- <item><ref id="vfscanf" name="vfscanf"> -->
600 <!-- <item><ref id="vprintf" name="vprintf"> -->
601 <!-- <item><ref id="vscanf" name="vscanf"> -->
602 <!-- <item><ref id="vsnprintf" name="vsnprintf"> -->
603 <!-- <item><ref id="vsprintf" name="vsprintf"> -->
604 <!-- <item><ref id="vsscanf" name="vsscanf"> -->
605 </itemize>
606
607 (incomplete)
608
609
610 <sect1><tt/stdlib.h/<label id="stdlib.h"><p>
611
612 <itemize>
613 <item><ref id="_heapadd" name="_heapadd">
614 <item><ref id="_heapblocksize" name="_heapblocksize">
615 <item><ref id="_heapmaxavail" name="_heapmaxavail">
616 <item><ref id="_heapmemavail" name="_heapmemavail">
617 <item><ref id="_randomize" name="_randomize">
618 <item><ref id="_swap" name="_swap">
619 <item><ref id="abort" name="abort">
620 <item><ref id="abs" name="abs">
621 <item><ref id="atexit" name="atexit">
622 <item><ref id="atoi" name="atoi">
623 <item><ref id="atol" name="atol">
624 <item><ref id="bsearch" name="bsearch">
625 <item><ref id="calloc" name="calloc">
626 <item><ref id="div" name="div">
627 <item><ref id="exit" name="exit">
628 <item><ref id="free" name="free">
629 <item><ref id="getenv" name="getenv">
630 <item><ref id="itoa" name="itoa">
631 <item><ref id="labs" name="labs">
632 <item><ref id="ltoa" name="ltoa">
633 <item><ref id="malloc" name="malloc">
634 <item><ref id="perror" name="perror">
635 <!-- <item><ref id="posix_memalign" name="posix_memalign"> -->
636 <!-- <item><ref id="putenv" name="putenv"> -->
637 <item><ref id="qsort" name="qsort">
638 <item><ref id="rand" name="rand">
639 <item><ref id="realloc" name="realloc">
640 <item><ref id="srand" name="srand">
641 <!-- <item><ref id="system" name="system"> -->
642 <item><ref id="ultoa" name="ultoa">
643 <item><ref id="utoa" name="utoa">
644 </itemize>
645
646 (incomplete)
647
648
649 <sect1><tt/string.h/<label id="string.h"><p>
650
651 <itemize>
652 <item><ref id="_stroserror" name="_stroserror">
653 <item><ref id="bzero" name="bzero">
654 <item><ref id="memchr" name="memchr">
655 <item><ref id="memcmp" name="memcmp">
656 <item><ref id="memcpy" name="memcpy">
657 <item><ref id="memmove" name="memmove">
658 <item><ref id="memset" name="memset">
659 <item><ref id="strcasecmp" name="strcasecmp">
660 <item><ref id="strcat" name="strcat">
661 <item><ref id="strchr" name="strchr">
662 <item><ref id="strcmp" name="strcmp">
663 <item><ref id="strcoll" name="strcoll">
664 <item><ref id="strcpy" name="strcpy">
665 <item><ref id="strcspn" name="strcspn">
666 <item><ref id="strdup" name="strdup">
667 <item><ref id="strerror" name="strerror">
668 <item><ref id="stricmp" name="stricmp">
669 <item><ref id="strlen" name="strlen">
670 <item><ref id="strlower" name="strlower">
671 <item><ref id="strlwr" name="strlwr">
672 <item><ref id="strncasecmp" name="strncasecmp">
673 <item><ref id="strncat" name="strncat">
674 <item><ref id="strncmp" name="strncmp">
675 <item><ref id="strncpy" name="strncpy">
676 <item><ref id="strnicmp" name="strnicmp">
677 <item><ref id="strqtok" name="strqtok">
678 <item><ref id="strrchr" name="strrchr">
679 <item><ref id="strspn" name="strspn">
680 <item><ref id="strstr" name="strstr">
681 <item><ref id="strtok" name="strtok">
682 <item><ref id="strxfrm" name="strxfrm">
683 <item><ref id="strupper" name="strupper">
684 <item><ref id="strupr" name="strupr">
685 </itemize>
686
687
688 <sect1><tt/telestrat.h/<label id="telestrat.h"><p>
689
690 <itemize>
691 <item><ref id="atmos_explode" name="explode">
692 <item><ref id="atmos_ping" name="ping">
693 <item><ref id="atmos_shoot" name="shoot">
694 <item><ref id="atmos_zap" name="zap">
695 <!-- <item><ref id="kbdclick1" name="kbdclick1"> -->
696 <!-- <item><ref id="oups" name="oups"> -->
697 </itemize>
698
699 (incomplete)
700
701
702 <sect1><tt/tgi.h/<label id="tgi.h"><p>
703
704 <url url="tgi.html" name="Tiny Graphics Interface">.
705
706
707 <sect1><tt/time.h/<label id="time.h"><p>
708
709 <itemize>
710 <!-- <item><ref id="_systime" name="_systime"> -->
711 <!-- <item><ref id="asctime" name="asctime"> -->
712 <item><ref id="clock" name="clock">
713 <!-- <item><ref id="ctime" name="ctime"> -->
714 <!-- <item><ref id="gmtime" name="gmtime"> -->
715 <!-- <item><ref id="localtime" name="localtime"> -->
716 <!-- <item><ref id="mktime" name="mktime"> -->
717 <!-- <item><ref id="strftime" name="strftime"> -->
718 <item><ref id="time" name="time">
719 </itemize>
720
721 (incomplete)
722
723
724 <sect1><tt/unistd.h/<label id="unistd.h"><p>
725
726 <itemize>
727 <!-- <item><ref id="chdir" name="chdir"> -->
728 <item><ref id="exec" name="exec">
729 <item><ref id="getcwd" name="getcwd">
730 <item><ref id="getopt" name="getopt">
731 <!-- <item><ref id="lseek" name="lseek"> -->
732 <!-- <item><ref id="mkdir" name="mkdir"> -->
733 <!-- <item><ref id="read" name="read"> -->
734 <!-- <item><ref id="rmdir" name="rmdir"> -->
735 <item><ref id="sleep" name="sleep">
736 <item><ref id="unlink" name="unlink">
737 <!-- <item><ref id="write" name="write"> -->
738 </itemize>
739
740 (incomplete)
741
742
743 <sect1><tt/vic20.h/<label id="vic20.h"><p>
744
745 (incomplete)
746
747
748 <sect1><tt/zlib.h/<label id="zlib.h"><p>
749
750 <!-- <itemize> -->
751 <!-- <item><ref id="adler32" name="adler32"> -->
752 <!-- <item><ref id="crc32" name="crc32"> -->
753 <!-- <item><ref id="inflatemem" name="inflatemem"> -->
754 <!-- <item><ref id="uncompress" name="uncompress"> -->
755 <!-- </itemize> -->
756
757 (incomplete)
758
759
760 <sect>Alphabetical function reference<p>
761
762 <sect1>_DE_ISDIR<label id="_DE_ISDIR"><p>
763
764 <quote>
765 <descrip>
766 <tag/Function/Determine if a directory entry specifies a directory.
767 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
768 <tag/Declaration/<tt/int _DE_ISDIR(unsigned char type);/
769 <tag/Description/The function is called with the type of a directory entry
770 taken from a <tt/struct dirent/ and returns true if the entry designates
771 a directory.
772 <tag/Notes/<itemize>
773 <item>The function is actually a macro.
774 </itemize>
775 <tag/Availability/cc65
776 <tag/See also/
777 <ref id="_DE_ISLBL" name="_DE_ISLBL">,
778 <ref id="_DE_ISLNK" name="_DE_ISLNK">,
779 <ref id="_DE_ISREG" name="_DE_ISREG">
780 <tag/Example/None.
781 </descrip>
782 </quote>
783
784
785 <sect1>_DE_ISLBL<label id="_DE_ISLBL"><p>
786
787 <quote>
788 <descrip>
789 <tag/Function/Determine if a directory entry specifies a disk label.
790 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
791 <tag/Declaration/<tt/int _DE_ISLBL(unsigned char type);/
792 <tag/Description/The function is called with the type of a directory entry
793 taken from a <tt/struct dirent/ and returns true if the entry designates
794 a disk label.
795 <tag/Notes/<itemize>
796 <item>The function is actually a macro.
797 </itemize>
798 <tag/Availability/cc65
799 <tag/See also/
800 <ref id="_DE_ISDIR" name="_DE_ISDIR">,
801 <ref id="_DE_ISLNK" name="_DE_ISLNK">,
802 <ref id="_DE_ISREG" name="_DE_ISREG">
803 <tag/Example/None.
804 </descrip>
805 </quote>
806
807
808 <sect1>_DE_ISLNK<label id="_DE_ISLNK"><p>
809
810 <quote>
811 <descrip>
812 <tag/Function/Determine if a directory entry specifies a link.
813 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
814 <tag/Declaration/<tt/int _DE_ISLNK(unsigned char type);/
815 <tag/Description/The function is called with the type of a directory entry
816 taken from a <tt/struct dirent/ and returns true if the entry designates
817 a link.
818 <tag/Notes/<itemize>
819 <item>The function is actually a macro.
820 </itemize>
821 <tag/Availability/cc65
822 <tag/See also/
823 <ref id="_DE_ISDIR" name="_DE_ISDIR">,
824 <ref id="_DE_ISLBL" name="_DE_ISLBL">,
825 <ref id="_DE_ISREG" name="_DE_ISREG">
826 <tag/Example/None.
827 </descrip>
828 </quote>
829
830
831 <sect1>_DE_ISREG<label id="_DE_ISREG"><p>
832
833 <quote>
834 <descrip>
835 <tag/Function/Determine if a directory entry specifies a regular file.
836 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
837 <tag/Declaration/<tt/int _DE_ISREG(unsigned char type);/
838 <tag/Description/The function is called with the type of a directory entry
839 taken from a <tt/struct dirent/ and returns true if the entry designates
840 a regular file.
841 <tag/Notes/<itemize>
842 <item>The function is actually a macro.
843 <item>A "regular file" means anything with data in it. This might still mean
844 that special processing is needed, when accessing the file. Relative files of
845 the CBM systems are classified as being "regular" files, for example.
846 </itemize>
847 <tag/Availability/cc65
848 <tag/See also/
849 <ref id="_DE_ISDIR" name="_DE_ISDIR">,
850 <ref id="_DE_ISLBL" name="_DE_ISLBL">,
851 <ref id="_DE_ISLNK" name="_DE_ISLNK">
852 <tag/Example/None.
853 </descrip>
854 </quote>
855
856
857 <sect1>_heapadd<label id="_heapadd"><p>
858
859 <quote>
860 <descrip>
861 <tag/Function/Add a block to the heap.
862 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
863 <tag/Declaration/<tt/void __fastcall__ _heapadd (void* mem, size_t size);/
864 <tag/Description/The function adds a block of raw memory to the heap.
865 <tag/Notes/<itemize>
866 <item>The minimum blocksize that can be added is 6 bytes; the function will
867 ignore smaller blocks.
868 <item>The function is available only as a fastcall function; so, it may be used
869 only in the presence of a prototype.
870 </itemize>
871 <tag/Availability/cc65
872 <tag/See also/
873 <ref id="_heapblocksize" name="_heapblocksize">,
874 <ref id="_heapmaxavail" name="_heapmaxavail">,
875 <ref id="_heapmemavail" name="_heapmemavail">,
876 <ref id="calloc" name="calloc">,
877 <ref id="free" name="free">,
878 <ref id="malloc" name="malloc">,
879 <ref id="realloc" name="realloc">
880 <tag/Example/None.
881 </descrip>
882 </quote>
883
884
885 <sect1>_heapblocksize<label id="_heapblocksize"><p>
886
887 <quote>
888 <descrip>
889 <tag/Function/Return the size of an allocated block.
890 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
891 <tag/Declaration/<tt/size_t __fastcall__ _heapblocksize (const void* block);/
892 <tag/Description/The function returns the size of a block that must have
893 previously been allocated by <tt/<ref id="malloc" name="malloc">/, <tt/<ref
894 id="calloc" name="calloc">/ or <tt/<ref id="realloc" name="realloc">/.
895 <tag/Notes/<itemize>
896 <item>Passing a pointer to a block that was is not the result of one of the
897 allocation functions, or that has been free'd will give unpredicable results.
898 <item>The function is available only as a fastcall function; so, it may be used
899 only in the presence of a prototype.
900 </itemize>
901 <tag/Availability/cc65
902 <tag/See also/
903 <ref id="_heapadd" name="_heapadd">,
904 <ref id="_heapmaxavail" name="_heapmaxavail">,
905 <ref id="_heapmemavail" name="_heapmemavail">,
906 <ref id="calloc" name="calloc">,
907 <ref id="free" name="free">,
908 <ref id="malloc" name="malloc">,
909 <ref id="realloc" name="realloc">
910 <tag/Example/None.
911 </descrip>
912 </quote>
913
914
915 <sect1>_heapmaxavail<label id="_heapmaxavail"><p>
916
917 <quote>
918 <descrip>
919 <tag/Function/Return the largest block that is available on the heap.
920 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
921 <tag/Declaration/<tt/size_t _heapmaxavail (void);/
922 <tag/Description/The function returns the size of the largest block that may
923 be allocated from the heap using <tt/<ref id="malloc" name="malloc">/.
924 <tag/Availability/cc65
925 <tag/See also/
926 <ref id="_heapadd" name="_heapadd">,
927 <ref id="_heapblocksize" name="_heapblocksize">,
928 <ref id="_heapmemavail" name="_heapmemavail">,
929 <ref id="calloc" name="calloc">,
930 <ref id="free" name="free">,
931 <ref id="malloc" name="malloc">,
932 <ref id="realloc" name="realloc">
933 <tag/Example/None.
934 </descrip>
935 </quote>
936
937
938 <sect1>_heapmemavail<label id="_heapmemavail"><p>
939
940 <quote>
941 <descrip>
942 <tag/Function/Return the total available space on the heap.
943 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
944 <tag/Declaration/<tt/size_t _heapmemavail (void);/
945 <tag/Description/The function returns the total number of bytes available on
946 the heap.
947 <tag/Notes/<itemize>
948 <item>This function is of less use than usually assumed, since the returned
949 heap space may be available but not in one block. So even if this function
950 says that several times more heap space is available than needed, <ref
951 id="malloc" name="malloc"> may still return <tt/NULL/.
952 </itemize>
953 <tag/Availability/cc65
954 <tag/See also/
955 <ref id="_heapadd" name="_heapadd">,
956 <ref id="_heapblocksize" name="_heapblocksize">,
957 <ref id="_heapmaxavail" name="_heapmaxavail">,
958 <ref id="calloc" name="calloc">,
959 <ref id="free" name="free">,
960 <ref id="malloc" name="malloc">,
961 <ref id="realloc" name="realloc">
962 <tag/Example/None.
963 </descrip>
964 </quote>
965
966
967 <sect1>_is_cmdline_dos<label id="_is_cmdline_dos"><p>
968
969 <quote>
970 <descrip>
971 <tag/Function/Determines whether the underlying DOS supports command line arguments.
972 <tag/Header/<tt/<ref id="atari.h" name="atari.h">/
973 <tag/Declaration/<tt/unsigned char _is_cmdline_dos (void);/
974 <tag/Description/The function returns 0 if the DOS doesn't support command line arguments.
975 It returns 1 if it does.
976 <tag/Availability/cc65 (<tt/atari/ and <tt/atarixl/ platforms)
977 </descrip>
978 </quote>
979
980
981 <sect1>_poserror<label id="_poserror"><p>
982
983 <quote>
984 <descrip>
985 <tag/Function/Print an error message for the error in <tt/_oserror/.
986 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
987 <tag/Declaration/<tt/void __fastcall__ _poserror (const char* msg);/
988 <tag/Description/<tt/_poserror/ prints an error message to <tt/stderr/. If
989 <tt/msg/ is not <tt/NULL/ and not an empty string, it is printed followed by
990 a colon and a blank. Then the error message for the current contents of
991 <tt/_oserror/ are printed followed by a newline. The message output is the
992 same as returned by <tt/<ref id="_stroserror" name="_stroserror">/ with an
993 argument of <tt/_oserror/.
994 <tag/Notes/<itemize>
995 <item>Since operating system specific error code are - you guessed it -
996 operating system specific, the value in <tt/_oserror/ and the message that is
997 printed depends on the cc65 target.
998 <item>The function is only available as fastcall function, so it may only
999 be used in presence of a prototype.
1000 </itemize>
1001 <tag/Availability/cc65
1002 <tag/See also/
1003 <ref id="_stroserror" name="_stroserror">,
1004 <ref id="perror" name="perror">
1005 <tag/Example/None.
1006 </descrip>
1007 </quote>
1008
1009
1010 <sect1>_randomize<label id="_randomize"><p>
1011
1012 <quote>
1013 <descrip>
1014 <tag/Function/Initialize the pseudo random number generator.
1015 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1016 <tag/Declaration/<tt/void _randomize (void);/
1017 <tag/Description/The function initializes the random number generator with
1018 a seed derived from fast changing hardware events, so the seed itself can be
1019 considered random to a certain degree.
1020 <tag/Notes/<itemize>
1021 <item>The randomness of the seed depends on the machine hardware.
1022 </itemize>
1023 <tag/Availability/cc65
1024 <tag/See also/
1025 <ref id="rand" name="rand">,
1026 <ref id="srand" name="srand">
1027 <tag/Example/None.
1028 </descrip>
1029 </quote>
1030
1031
1032 <sect1>_stroserror<label id="_stroserror"><p>
1033
1034 <quote>
1035 <descrip>
1036 <tag/Function/Return a string describing an OS specific error code.
1037 <tag/Header/<tt/<ref id="string.h" name="string.h">/
1038 <tag/Declaration/<tt/const char* __fastcall__ _stroserror (unsigned char errcode);/
1039 <tag/Description/<tt/_stroserror/ will return a string describing the given
1040 operating system specific error code.
1041 <tag/Notes/<itemize>
1042 <item>Since operating system specific error code are - you guessed it -
1043 operating system specific, the parameter and the string returned depend on the
1044 cc65 target.
1045 <item>The function is only available as fastcall function, so it may only be
1046 used in presence of a prototype.
1047 </itemize>
1048 <tag/Availability/cc65
1049 <tag/See also/
1050 <ref id="strerror" name="strerror">
1051 <tag/Example/None.
1052 </descrip>
1053 </quote>
1054
1055
1056 <sect1>_swap<label id="_swap"><p>
1057
1058 <quote>
1059 <descrip>
1060 <tag/Function/Swap the contents of memory areas.
1061 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1062 <tag/Declaration/<tt/void __fastcall__ _swap (void* p, void* q, size_t size);/
1063 <tag/Description/<tt/_swap/ will swap (exchange) the contents of the two memory
1064 areas pointed to by <tt/p/ and <tt/q/. Both memory areas are assumed to be
1065 <tt/size/ bytes in size.
1066 <tag/Notes/<itemize>
1067 <item>The memory areas may not overlap, otherwise the results are undefined.
1068 <item>The function is only available as fastcall function, so it may only be
1069 used in presence of a prototype.
1070 </itemize>
1071 <tag/Availability/cc65
1072 <tag/See also/
1073 <ref id="memcpy" name="memcpy">,
1074 <ref id="memmove" name="memmove">
1075 <tag/Example/None.
1076 </descrip>
1077 </quote>
1078
1079
1080 <sect1>_sys<label id="_sys"><p>
1081
1082 <quote>
1083 <descrip>
1084 <tag/Function/Call a subroutine passing register values.
1085 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
1086 <tag/Declaration/<tt/void __fastcall__ _sys (struct regs* r);/
1087 <tag/Description/The function will call the subroutine at the address
1088 specified in the <tt/pc/ member of the passed <tt/regs/ structure. All
1089 registers and the CPU flags are set to the values given in the <tt/regs/
1090 structure. On return from the subroutine, the new values of the registers and
1091 flags are stored back overwriting the old values.
1092 <tag/Notes/<itemize>
1093 <item>Bits 4 and 5 of the flags value in the <tt/regs/ structure are ignored
1094 when calling the subroutine (they are unchanged from their current values).
1095 <item>The function is only available as fastcall function, so it may only be
1096 used in presence of a prototype.
1097 </itemize>
1098 <tag/Availability/cc65
1099 <tag/Example/None.
1100 </descrip>
1101 </quote>
1102
1103
1104 <sect1>BRK<label id="BRK"><p>
1105
1106 <quote>
1107 <descrip>
1108 <tag/Function/Insert a 6502 BRK instrunction into the code.
1109 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
1110 <tag/Declaration/<tt/void BRK (void);/
1111 <tag/Description/The function will insert a 6502 BRK instruction into the code
1112 which may be used to trigger a debugger.
1113 <tag/Notes/<itemize>
1114 <item>The function is actually a macro.
1115 <item>The inserted instruction may lead to unexpected results if no debugger
1116 is present.
1117 </itemize>
1118 <tag/Availability/cc65
1119 <tag/See also/
1120 <ref id="CLI" name="CLI">,
1121 <ref id="SEI" name="SEI">
1122 <tag/Example/None.
1123 </descrip>
1124 </quote>
1125
1126
1127 <sect1>CLI<label id="CLI"><p>
1128
1129 <quote>
1130 <descrip>
1131 <tag/Function/Insert a 6502 CLI instrunction into the code.
1132 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
1133 <tag/Declaration/<tt/void CLI (void);/
1134 <tag/Description/The function will insert a 6502 CLI instruction into the code,
1135 so interrupts are enabled. Enabling interrupts has no effects if they are
1136 already enabled (the default).
1137 <tag/Notes/<itemize>
1138 <item>The function is actually a macro.
1139 <item>Disabling interrupts may lead to unexpected results.
1140 </itemize>
1141 <tag/Availability/cc65
1142 <tag/See also/
1143 <ref id="BRK" name="BRK">,
1144 <ref id="SEI" name="SEI">
1145 <tag/Example/None.
1146 </descrip>
1147 </quote>
1148
1149
1150 <sect1>PEEK<label id="PEEK"><p>
1151
1152 <quote>
1153 <descrip>
1154 <tag/Function/Read a byte from memory.
1155 <tag/Header/<tt/<ref id="peekpoke.h" name="peekpoke.h">/
1156 <tag/Declaration/<tt/unsigned char PEEK (unsigned addr);/
1157 <tag/Description/The function will read the absolute memory given by <tt/addr/
1158 and return the value read.
1159 <tag/Notes/<itemize>
1160 <item>The function is actually a macro.
1161 <item>This function depends highly on the platform and environment.
1162 </itemize>
1163 <tag/Availability/cc65
1164 <tag/See also/
1165 <ref id="PEEKW" name="PEEKW">,
1166 <ref id="POKE" name="POKE">
1167 <tag/Example/None.
1168 </descrip>
1169 </quote>
1170
1171
1172 <sect1>PEEKW<label id="PEEKW"><p>
1173
1174 <quote>
1175 <descrip>
1176 <tag/Function/Read a word (two bytes) from memory.
1177 <tag/Header/<tt/<ref id="peekpoke.h" name="peekpoke.h">/
1178 <tag/Declaration/<tt/unsigned PEEKW (unsigned addr);/
1179 <tag/Description/The function will read the absolute memory given by <tt/addr/
1180 and return the value read. The byte read from the higher address is the high
1181 byte of the return value.
1182 <tag/Notes/<itemize>
1183 <item>The function is actually a macro.
1184 <item>This function depends highly on the platform and environment.
1185 <item>The order in which the two bytes are read is unspecified and may
1186 depend of the address expression used.
1187 </itemize>
1188 <tag/Availability/cc65
1189 <tag/See also/
1190 <ref id="PEEK" name="PEEK">,
1191 <ref id="POKE" name="POKE">
1192 <tag/Example/None.
1193 </descrip>
1194 </quote>
1195
1196
1197 <sect1>POKE<label id="POKE"><p>
1198
1199 <quote>
1200 <descrip>
1201 <tag/Function/Write a byte to memory.
1202 <tag/Header/<tt/<ref id="peekpoke.h" name="peekpoke.h">/
1203 <tag/Declaration/<tt/void POKE (unsigned addr, unsigned char val);/
1204 <tag/Description/The function writes the value <tt/val/ to the absolute
1205 memory address given by <tt/addr/.
1206 <tag/Notes/<itemize>
1207 <item>The function is actually a macro.
1208 <item>This function depends highly on the platform and environment.
1209 <item>Careless use will cause the program to act strange or may crash the
1210 machine.
1211 </itemize>
1212 <tag/Availability/cc65
1213 <tag/See also/
1214 <ref id="PEEK" name="PEEK">,
1215 <ref id="POKEW" name="POKEW">
1216 <tag/Example/None.
1217 </descrip>
1218 </quote>
1219
1220
1221 <sect1>POKEW<label id="POKEW"><p>
1222
1223 <quote>
1224 <descrip>
1225 <tag/Function/Write a word (two bytes) to memory.
1226 <tag/Header/<tt/<ref id="peekpoke.h" name="peekpoke.h">/
1227 <tag/Declaration/<tt/void POKEW (unsigned addr, unsigned val);/
1228 <tag/Description/The function writes the value <tt/val/ to the absolute
1229 memory address given by <tt/addr/. The low byte of <tt/val/ is written to
1230 the <tt/addr/, the high byte is written to <tt/addr+1/.
1231 <tag/Notes/<itemize>
1232 <item>The function is actually a macro.
1233 <item>This function depends highly on the platform and environment.
1234 <item>Careless use will cause the program to act strange or may crash the
1235 machine.
1236 <item>The order in which the two bytes are written is unspecified and may
1237 depend of the address expression used.
1238 </itemize>
1239 <tag/Availability/cc65
1240 <tag/See also/
1241 <ref id="PEEK" name="PEEK">,
1242 <ref id="POKE" name="POKE">
1243 <tag/Example/None.
1244 </descrip>
1245 </quote>
1246
1247
1248 <sect1>SEI<label id="SEI"><p>
1249
1250 <quote>
1251 <descrip>
1252 <tag/Function/Insert a 6502 SEI instrunction into the code.
1253 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
1254 <tag/Declaration/<tt/void SEI (void);/
1255 <tag/Description/The function will insert a 6502 SEI instruction into the code,
1256 so interrupts are disabled. Note that non maskable interrupts cannot be
1257 disabled.
1258 <tag/Notes/<itemize>
1259 <item>The function is actually a macro.
1260 <item>Disabling interrupts may lead to unexpected results.
1261 </itemize>
1262 <tag/Availability/cc65
1263 <tag/See also/
1264 <ref id="BRK" name="BRK">,
1265 <ref id="CLI" name="CLI">
1266 <tag/Example/None.
1267 </descrip>
1268 </quote>
1269
1270
1271 <sect1>abort<label id="abort"><p>
1272
1273 <quote>
1274 <descrip>
1275 <tag/Function/Terminates a program abnormally.
1276 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1277 <tag/Declaration/<tt/void abort (void);/
1278 <tag/Description/<tt/abort/ raises <tt/SIGABRT/, writes a termination message
1279 on stderr, then terminates the program with an exit code of 3.
1280 <tag/Availability/ISO 9899
1281 <tag/See also/
1282 <ref id="assert" name="assert">,
1283 <ref id="exit" name="exit">,
1284 <ref id="raise" name="raise">
1285 <tag/Example/None.
1286 </descrip>
1287 </quote>
1288
1289
1290 <sect1>abs<label id="abs"><p>
1291
1292 <quote>
1293 <descrip>
1294 <tag/Function/Returns the absolute value of an integer.
1295 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1296 <tag/Declaration/<tt/int __fastcall__ abs (int v);/
1297 <tag/Description/<tt/abs/ returns the absolute value of the argument passed to
1298 the function.
1299 <tag/Notes/<itemize>
1300 <item>The return value is undefined if <tt/INT_MIN/ is passed to the function.
1301 <item>The function is only available as fastcall function, so it may only be
1302 used in presence of a prototype.
1303 </itemize>
1304 <tag/Availability/ISO 9899
1305 <tag/See also/
1306 <ref id="labs" name="labs">
1307 <tag/Example/None.
1308 </descrip>
1309 </quote>
1310
1311
1312 <sect1>assert<label id="assert"><p>
1313
1314 <quote>
1315 <descrip>
1316 <tag/Function/Test a condition and possibly abort.
1317 <tag/Header/<tt/<ref id="assert.h" name="assert.h">/
1318 <tag/Declaration/<tt/void assert (int cond);/
1319 <tag/Description/<tt/assert/ is a macro that expands to a <tt/id/
1320 statement. If the condition evaluates t zero (false), assert prints a message
1321 on stderr and aborts the program.
1322 <tag/Notes/<itemize>
1323 <item>The function is actually a macro.
1324 </itemize>
1325 <tag/Availability/ISO 9899
1326 <tag/See also/
1327 <ref id="abort" name="abort">,
1328 <ref id="exit" name="exit">
1329 <tag/Example/None.
1330 </descrip>
1331 </quote>
1332
1333
1334 <sect1>atexit<label id="atexit"><p>
1335
1336 <quote>
1337 <descrip>
1338 <tag/Function/Register an exit function.
1339 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1340 <tag/Declaration/<tt/int __fastcall__ atexit (void (*exitfunc) (void));/
1341 <tag/Description/<tt/atexit/ registers the function pointed to by
1342 <tt/exitfunc/ as an exit function. Exit functions are called when the program
1343 terminates, they are called in LIFO order (the last function registered is
1344 called first). <tt/atexit/ returns zero on success and a nonzero value on
1345 failure.
1346 <tag/Notes/<itemize>
1347 <item>A maximum of 5 exit functions can be registered.
1348 <item>There is no way to unregister an exit function.
1349 <item>The function is only available as fastcall function, so it may only be
1350 used in presence of a prototype.
1351 </itemize>
1352 <tag/Availability/ISO 9899
1353 <tag/See also/
1354 <ref id="abort" name="abort">,
1355 <ref id="exit" name="exit">
1356 <tag/Example/None.
1357 </descrip>
1358 </quote>
1359
1360
1361 <sect1>atmos_explode<label id="atmos_explode"><p>
1362
1363 <quote>
1364 <descrip>
1365 <tag/Function/Bomb sound effect.
1366 <tag/Header/<tt/<ref id="atmos.h" name="atmos.h">/
1367 <tag/Declaration/<tt/void __fastcall__ atmos_explode(void);/
1368 <tag/Description/<tt/atmos_explode/ plays the BASIC sound.
1369 <tag/Notes/<itemize>
1370 <item>The function is available only as a fastcall function; so, it may be used
1371 only in the presence of a prototype.
1372 </itemize>
1373 <tag/Availability/cc65
1374 <tag/See also/
1375 <ref id="atmos_ping" name="atmos_ping">,
1376 <ref id="atmos_shoot" name="atmos_shoot">,
1377 <ref id="atmos_tick" name="atmos_tick">,
1378 <ref id="atmos_tock" name="atmos_tock">,
1379 <ref id="atmos_zap" name="atmos_zap">
1380 <tag/Example/None.
1381 </descrip>
1382 </quote>
1383
1384
1385 <sect1>atmos_load<label id="atmos_load"><p>
1386
1387 <quote>
1388 <descrip>
1389 <tag/Function/Load Atmos tape.
1390 <tag/Header/<tt/<ref id="atmos.h" name="atmos.h">/
1391 <tag/Declaration/<tt/void __fastcall__ atmos_load(const char* name);/
1392 <tag/Description/<tt/atmos_load/ reads a memory block from tape.
1393 <tag/Notes/<itemize>
1394 <item>The function is available only as a fastcall function; so, it may be used
1395 only in the presence of a prototype.
1396 </itemize>
1397 <tag/Availability/cc65
1398 <tag/See also/
1399 <ref id="atmos_save" name="atmos_save">
1400 <tag/Example/None.
1401 </descrip>
1402 </quote>
1403
1404
1405 <sect1>atmos_ping<label id="atmos_ping"><p>
1406
1407 <quote>
1408 <descrip>
1409 <tag/Function/Bell or ricochet sound effect.
1410 <tag/Header/<tt/<ref id="atmos.h" name="atmos.h">/
1411 <tag/Declaration/<tt/void __fastcall__ atmos_ping(void);/
1412 <tag/Description/<tt/atmos_ping/ plays the BASIC sound.
1413 <tag/Notes/<itemize>
1414 <item>The function is available only as a fastcall function; so, it may be used
1415 only in the presence of a prototype.
1416 </itemize>
1417 <tag/Availability/cc65
1418 <tag/See also/
1419 <ref id="atmos_explode" name="atmos_explode">,
1420 <ref id="atmos_shoot" name="atmos_shoot">,
1421 <ref id="atmos_tick" name="atmos_tick">,
1422 <ref id="atmos_tock" name="atmos_tock">,
1423 <ref id="atmos_zap" name="atmos_zap">
1424 <tag/Example/None.
1425 </descrip>
1426 </quote>
1427
1428
1429 <sect1>atmos_save<label id="atmos_save"><p>
1430
1431 <quote>
1432 <descrip>
1433 <tag/Function/Save Atmos tape.
1434 <tag/Header/<tt/<ref id="atmos.h" name="atmos.h">/
1435 <tag/Declaration/<tt/void __fastcall__ atmos_save(const char* name, const void* start, const void* end);/
1436 <tag/Description/<tt/atmos_save/ writes a memory block to tape.
1437 <tag/Notes/<itemize>
1438 <item>The function is available only as a fastcall function; so, it may be used
1439 only in the presence of a prototype.
1440 </itemize>
1441 <tag/Availability/cc65
1442 <tag/See also/
1443 <ref id="atmos_load" name="atmos_load">
1444 <tag/Example/<verb>
1445 atmos_save("hires", 0xa000, 0xc000);
1446 </verb>
1447 </descrip>
1448 </quote>
1449
1450
1451 <sect1>atmos_shoot<label id="atmos_shoot"><p>
1452
1453 <quote>
1454 <descrip>
1455 <tag/Function/Pistol sound effect.
1456 <tag/Header/<tt/<ref id="atmos.h" name="atmos.h">/
1457 <tag/Declaration/<tt/void __fastcall__ atmos_shoot(void);/
1458 <tag/Description/<tt/atmos_shoot/ plays the BASIC sound.
1459 <tag/Notes/<itemize>
1460 <item>The function is available only as a fastcall function; so, it may be used
1461 only in the presence of a prototype.
1462 </itemize>
1463 <tag/Availability/cc65
1464 <tag/See also/
1465 <ref id="atmos_explode" name="atmos_explode">,
1466 <ref id="atmos_ping" name="atmos_ping">,
1467 <ref id="atmos_tick" name="atmos_tick">,
1468 <ref id="atmos_tock" name="atmos_tock">,
1469 <ref id="atmos_zap" name="atmos_zap">
1470 <tag/Example/None.
1471 </descrip>
1472 </quote>
1473
1474
1475 <sect1>atmos_tick<label id="atmos_tick"><p>
1476
1477 <quote>
1478 <descrip>
1479 <tag/Function/High-pitch click.
1480 <tag/Header/<tt/<ref id="atmos.h" name="atmos.h">/
1481 <tag/Declaration/<tt/void __fastcall__ atmos_tick(void);/
1482 <tag/Description/<tt/atmos_tick/ plays the system sound.
1483 <tag/Notes/<itemize>
1484 <item>The function is available only as a fastcall function; so, it may be used
1485 only in the presence of a prototype.
1486 </itemize>
1487 <tag/Availability/cc65
1488 <tag/See also/
1489 <ref id="atmos_explode" name="atmos_explode">,
1490 <ref id="atmos_ping" name="atmos_ping">,
1491 <ref id="atmos_shoot" name="atmos_shoot">,
1492 <ref id="atmos_tock" name="atmos_tock">,
1493 <ref id="atmos_zap" name="atmos_zap">
1494 <tag/Example/None.
1495 </descrip>
1496 </quote>
1497
1498
1499 <sect1>atmos_tock<label id="atmos_tock"><p>
1500
1501 <quote>
1502 <descrip>
1503 <tag/Function/Low-pitch click.
1504 <tag/Header/<tt/<ref id="atmos.h" name="atmos.h">/
1505 <tag/Declaration/<tt/void __fastcall__ atmos_tock(void);/
1506 <tag/Description/<tt/atmos_tock/ plays the system sound.
1507 <tag/Notes/<itemize>
1508 <item>The function is available only as a fastcall function; so, it may be used
1509 only in the presence of a prototype.
1510 </itemize>
1511 <tag/Availability/cc65
1512 <tag/See also/
1513 <ref id="atmos_explode" name="atmos_explode">,
1514 <ref id="atmos_ping" name="atmos_ping">,
1515 <ref id="atmos_shoot" name="atmos_shoot">,
1516 <ref id="atmos_tick" name="atmos_tick">,
1517 <ref id="atmos_zap" name="atmos_zap">
1518 <tag/Example/None.
1519 </descrip>
1520 </quote>
1521
1522
1523 <sect1>atmos_zap<label id="atmos_zap"><p>
1524
1525 <quote>
1526 <descrip>
1527 <tag/Function/Raygun sound effect.
1528 <tag/Header/<tt/<ref id="atmos.h" name="atmos.h">/
1529 <tag/Declaration/<tt/void __fastcall__ atmos_zap(void);/
1530 <tag/Description/<tt/atmos_zap/ plays the BASIC sound.
1531 <tag/Notes/<itemize>
1532 <item>The function is available only as a fastcall function; so, it may be used
1533 only in the presence of a prototype.
1534 </itemize>
1535 <tag/Availability/cc65
1536 <tag/See also/
1537 <ref id="atmos_explode" name="atmos_explode">,
1538 <ref id="atmos_ping" name="atmos_ping">,
1539 <ref id="atmos_shoot" name="atmos_shoot">,
1540 <ref id="atmos_tick" name="atmos_tick">,
1541 <ref id="atmos_tock" name="atmos_tock">
1542 <tag/Example/None.
1543 </descrip>
1544 </quote>
1545
1546
1547 <sect1>atoi<label id="atoi"><p>
1548
1549 <quote>
1550 <descrip>
1551 <tag/Function/Convert a string to an integer.
1552 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1553 <tag/Declaration/<tt/int __fastcall__ atoi (const char* s);/
1554 <tag/Description/<tt/atoi/ converts the given string into an integer.
1555 Conversion stops as soon as any invalid character is encountered.
1556 <tag/Notes/<itemize>
1557 <item>There is no way to detect any conversion errors.
1558 <item>The function does not check for an numerical overflow when converting.
1559 <item>The function is only available as fastcall function, so it may only be
1560 used in presence of a prototype.
1561 </itemize>
1562 <tag/Availability/ISO 9899
1563 <tag/See also/
1564 <ref id="atol" name="atol">,
1565 <ref id="itoa" name="itoa">,
1566 <ref id="ltoa" name="ltoa">,
1567 <ref id="ultoa" name="ultoa">,
1568 <ref id="utoa" name="utoa">
1569 <tag/Example/None.
1570 </descrip>
1571 </quote>
1572
1573
1574 <sect1>atol<label id="atol"><p>
1575
1576 <quote>
1577 <descrip>
1578 <tag/Function/Convert a string to a long integer.
1579 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1580 <tag/Declaration/<tt/long __fastcall__ atol (const char* s);/
1581 <tag/Description/<tt/atol/ converts the given string into a long integer.
1582 Conversion stops as soon as any invalid character is encountered.
1583 <tag/Notes/<itemize>
1584 <item>There is no way to detect any conversion errors.
1585 <item>The function does not check for an numerical overflow when converting.
1586 <item>The function is only available as fastcall function, so it may only be
1587 used in presence of a prototype.
1588 </itemize>
1589 <tag/Availability/ISO 9899
1590 <tag/See also/
1591 <ref id="atoi" name="atoi">,
1592 <ref id="itoa" name="itoa">,
1593 <ref id="ltoa" name="ltoa">,
1594 <ref id="ultoa" name="ultoa">,
1595 <ref id="utoa" name="utoa">
1596 <tag/Example/None.
1597 </descrip>
1598 </quote>
1599
1600
1601 <sect1>bgcolor<label id="bgcolor"><p>
1602
1603 <quote>
1604 <descrip>
1605 <tag/Function/Set the background text color.
1606 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
1607 <tag/Declaration/<tt/unsigned char __fastcall__ bgcolor (unsigned char color);/
1608 <tag/Description/The function will set a new background color and return the
1609 old (current) one. The background color is valid for the whole text output
1610 area of the screen, not just for new text.
1611 <tag/Notes/<itemize>
1612 <item>Background colors are system dependent. The function may have no effect
1613 on systems where the background color cannot be changed.
1614 <item>The function is only available as fastcall function, so it may only be
1615 used in presence of a prototype.
1616 </itemize>
1617 <tag/Availability/cc65
1618 <tag/See also/
1619 <ref id="bordercolor" name="bordercolor">,
1620 <ref id="textcolor" name="textcolor">
1621 <tag/Example/None.
1622 </descrip>
1623 </quote>
1624
1625
1626 <sect1>bordercolor<label id="bordercolor"><p>
1627
1628 <quote>
1629 <descrip>
1630 <tag/Function/Set the border (frame) color.
1631 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
1632 <tag/Declaration/<tt/unsigned char __fastcall__ bordercolor (unsigned char color);/
1633 <tag/Description/The function will set a new border color. It returns the old
1634 (current) border color.
1635 <tag/Notes/<itemize>
1636 <item>Border colors are system dependent. The function may have no effect
1637 on systems where the border color cannot be changed.
1638 <item>The function is only available as fastcall function, so it may only
1639 be used in presence of a prototype.
1640 </itemize>
1641 <tag/Availability/cc65
1642 <tag/See also/
1643 <ref id="bgcolor" name="bgcolor">,
1644 <ref id="textcolor" name="textcolor">
1645 <tag/Example/None.
1646 </descrip>
1647 </quote>
1648
1649
1650 <sect1>bsearch<label id="bsearch"><p>
1651
1652 <quote>
1653 <descrip>
1654 <tag/Function/Do a binary search in a sorted array.
1655 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1656 <tag/Declaration/<tt/void* __fastcall__ bsearch (const void* key,
1657 const void* base, size_t n, size_t size,
1658 int __fastcall__ (* cmp) (const void*, const void*));/
1659 <tag/Description/<tt/bsearch/ searches a sorted array for a member that
1660 matches the one pointed to by <tt/key/. <tt/base/ is the address of the array,
1661 <tt/n/ is the number of elements, <tt/size/ the size of an element and <tt/cmp/
1662 the function used to compare the members against the key. The function returns
1663 a pointer to the member found, or <tt/NULL/ if there was no match.
1664 <tag/Notes/<itemize>
1665 <item>The contents of the array must be sorted in ascending order according to
1666 the compare function given.
1667 <item>If there are multiple members that match the key, the function will
1668 return one of the members.
1669 <item>The function is only available as fastcall function, so it may only
1670 be used in presence of a prototype.
1671 <item>The function to which <tt/cmp/ points must have the <tt/fastcall/ calling
1672 convention.
1673 </itemize>
1674 <tag/Availability/ISO 9899
1675 <tag/See also/
1676 <ref id="qsort" name="qsort">
1677 <tag/Example/None.
1678 </descrip>
1679 </quote>
1680
1681
1682 <sect1>bzero<label id="bzero"><p>
1683
1684 <quote>
1685 <descrip>
1686 <tag/Function/Fill a memory area with zeroes.
1687 <tag/Header/<tt/<ref id="string.h" name="string.h">/
1688 <tag/Declaration/<tt/void __fastcall__ bzero (void* p, size_t count);/
1689 <tag/Description/<tt/bzero/ fills the memory area pointed to by <tt/p/ with
1690 zero.
1691 <tag/Notes/<itemize>
1692 <item>The function is non standard and therefore only available in non ANSI
1693 mode. You should use <tt/<ref id="memset" name="memset">/ instead.
1694 <item>The function is only available as fastcall function, so it may only
1695 be used in presence of a prototype.
1696 </itemize>
1697 <tag/Availability/cc65
1698 <tag/See also/
1699 <ref id="_swap" name="_swap">,
1700 <ref id="memcpy" name="memcpy">,
1701 <ref id="memmove" name="memmove">,
1702 <ref id="memset" name="memset">,
1703 <tag/Example/None.
1704 </descrip>
1705 </quote>
1706
1707
1708 <sect1>c64mode<label id="c64mode"><p>
1709
1710 <quote>
1711 <descrip>
1712 <tag/Function/Switch the C128 into C64 compatible mode.
1713 <tag/Header/<tt/<ref id="c128.h" name="c128.h">/
1714 <tag/Declaration/<tt/void c64mode (void);/
1715 <tag/Description/The function will cause the machine to reboot into C64 mode.
1716 <tag/Notes/<itemize>
1717 <item>The function is specific to the C128.
1718 <item>The function will not return to the caller.
1719 </itemize>
1720 <tag/Availability/C128
1721 <tag/Example/None.
1722 </descrip>
1723 </quote>
1724
1725
1726 <sect1>calloc<label id="calloc"><p>
1727
1728 <quote>
1729 <descrip>
1730 <tag/Function/Allocate and clear memory.
1731 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
1732 <tag/Declaration/<tt/void* __fastcall__ calloc (size_t n, size_t size);/
1733 <tag/Description/<tt/calloc/ allocates memory for an array of <tt/n/ elements
1734 of size <tt/size/, clears the whole block with binary zeroes and returns a
1735 pointer to it. On error (not enough memory available), <tt/calloc/ returns
1736 <tt/NULL/.
1737 <tag/Notes/<itemize>
1738 <item>Clearing the memory may not have the expected effect on all platforms:
1739 pointers in the block may not be <tt/NULL/ and floating point variables may
1740 not be zero (0.0). In other words: The "clearing" effect of this function
1741 should be used with care for portable programs.
1742 <item>The function is only available as fastcall function, so it may only
1743 be used in presence of a prototype.
1744 </itemize>
1745 <tag/Availability/ISO 9899
1746 <tag/See also/
1747 <ref id="_heapadd" name="_heapadd">,
1748 <ref id="_heapblocksize" name="_heapblocksize">,
1749 <ref id="_heapmaxavail" name="_heapmaxavail">,
1750 <ref id="_heapmemavail" name="_heapmemavail">,
1751 <ref id="free" name="free">,
1752 <ref id="malloc" name="malloc">,
1753 <ref id="realloc" name="realloc">
1754 <tag/Example/None.
1755 </descrip>
1756 </quote>
1757
1758
1759 <sect1>cbm_k_acptr<label id="cbm_k_acptr"><p>
1760
1761 <quote>
1762 <descrip>
1763 <tag/Function/Input byte from serial bus
1764 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1765 <tag/Declaration/<tt/unsigned char cbm_k_acptr (void);/
1766 <tag/Description/The function returns a byte of data, which it
1767 gets from the current TALKer on the serial bus.
1768 In order to receive the data, the device must have previously been
1769 sent a command to TALK and a secondary address if it needs one.
1770 <tag/Notes/<itemize>
1771 <item>
1772 </itemize>
1773 <tag/Availability/cc65
1774 <tag/See also/
1775 <ref id="cbm_k_talk" name="cbm_k_talk">,
1776 <tag/Example/None.
1777 </descrip>
1778 </quote>
1779
1780
1781 <sect1>cbm_k_basin<label id="cbm_k_basin"><p>
1782
1783 <quote>
1784 <descrip>
1785 <tag/Function/Input a Character from the Current Device
1786 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1787 <tag/Declaration/<tt/unsigned char cbm_k_basin (void);/
1788 <tag/Description/The function returns a character from the current input device.
1789 Device must first have been OPENed and then designated as the input channel by the CHKIN routine.
1790 When this function is called, the next byte of data available from the device is returned.
1791 Exception is the routine for the keyboard device (which is the default input device).
1792 <tag/Notes/<itemize>
1793 <item>
1794 </itemize>
1795 <tag/Availability/cc65
1796 <tag/See also/
1797 <ref id="cbm_k_open" name="cbm_k_open">,
1798 <ref id="cbm_k_chkin" name="cbm_k_chkin">
1799 <tag/Example/None.
1800 </descrip>
1801 </quote>
1802
1803
1804 <sect1>cbm_k_bsout<label id="cbm_k_bsout"><p>
1805
1806 <quote>
1807 <descrip>
1808 <tag/Function/Output a byte
1809 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1810 <tag/Declaration/<tt/void __fastcall__ cbm_k_bsout (unsigned char C);/
1811 <tag/Description/Function sends the character to the current output device.
1812 Unless a device has been OPENed and designated as the
1813 current output channel using the CHKOUT routine, the character is
1814 printed to the screen, which is the default output device.  If the
1815 cassette is the current device, outputting a byte will only add it to
1816 the buffer. No actual transmission of data will occur until the
1817 192-byte buffer is full.
1818 <tag/Notes/<itemize>
1819 <item>The function is only available as fastcall function, so it may
1820 only be used in presence of a prototype.
1821 </itemize>
1822 <tag/Availability/cc65
1823 <tag/See also/
1824 <ref id="cbm_k_open" name="cbm_k_open">,
1825 <ref id="cbm_k_chkin" name="cbm_k_chkout">
1826 <tag/Example/None.
1827 </descrip>
1828 </quote>
1829
1830
1831 <sect1>cbm_k_chkin<label id="cbm_k_chkin"><p>
1832
1833 <quote>
1834 <descrip>
1835 <tag/Function/Designate a Logical File As the Current Input Channel
1836 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1837 <tag/Declaration/<tt/unsigned char __fastcall__ cbm_k_chkin (unsigned char FN);/
1838 <tag/Description/If you wish to
1839 get data from any device other than the keyboard, this function must be
1840 called after OPENing the device, before you can get a data byte with
1841 the cbm_k_basin or cbm_k_getin routine.  When called, the routine will designate
1842 the logical file whose file number was supplied as the
1843 current file, its device as the current device, and its secondary
1844 address as the current secondary address.  If the device on the
1845 channel is a serial device, which requires a TALK command and
1846 sometimes a secondary address, function will send them over the
1847 serial bus.
1848 <tag/Notes/<itemize>
1849 <item>The function is only available as fastcall function, so it may
1850 only be used in presence of a prototype.
1851 </itemize>
1852 <tag/Availability/cc65
1853 <tag/See also/
1854 <ref id="cbm_k_open" name="cbm_k_open">,
1855 <ref id="cbm_k_basin" name="cbm_k_basin">,
1856 <ref id="cbm_k_getin" name="cbm_k_getin">
1857 <tag/Example/None.
1858 </descrip>
1859 </quote>
1860
1861
1862 <sect1>cbm_k_ciout<label id="cbm_k_ciout"><p>
1863
1864 <quote>
1865 <descrip>
1866 <tag/Function/Transmit a byte over the serial bus
1867 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1868 <tag/Declaration/<tt/void __fastcall__ cbm_k_ciout (unsigned char C);/
1869 <tag/Description/Purpose of this function is to send a byte of data over
1870 the serial bus.  In order for the data to be received, the serial
1871 device must have first been commanded to LISTEN and been given a
1872 secondary address if necessary.  This routine always buffers the
1873 current character, and defers sending it until the next byte is
1874 buffered.  When the UNLISTEN command is sent, the last byte will be
1875 sent with an End or Identify (EOI).
1876 <tag/Notes/<itemize>
1877 <item>The function is only available as fastcall function, so it may
1878 only be used in presence of a prototype.
1879 </itemize>
1880 <tag/Availability/cc65
1881 <tag/See also/
1882 <ref id="cbm_k_listen" name="cbm_k_listen">,
1883 <ref id="cbm_k_unlsn" name="cbm_k_unlsn">
1884 <tag/Example/None.
1885 </descrip>
1886 </quote>
1887
1888
1889 <sect1>cbm_k_ckout<label id="cbm_k_ckout"><p>
1890
1891 <quote>
1892 <descrip>
1893 <tag/Function/Designate a Logical File As the Current Output Channel
1894 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1895 <tag/Declaration/<tt/unsigned char __fastcall__ cbm_k_ckout (unsigned char FN);/
1896 <tag/Description/If you wish to
1897 output data to any device other than the screen, this routine must be
1898 called after OPENing the device, and before you output a data byte
1899 with the cbm_k_bsout() function.  When called, the function will designate the
1900 logical file whose file number was supplied as the current
1901 file, its device as the current device, and its secondary address as
1902 the current secondary address.  If the device on the channel uses the
1903 serial bus, and therefore requires a LISTEN command and possibly a
1904 secondary address, this information will be sent on the bus.
1905 <tag/Notes/<itemize>
1906 <item>The function is only available as fastcall function, so it may
1907 only be used in presence of a prototype.
1908 </itemize>
1909 <tag/Availability/cc65
1910 <tag/See also/
1911 <ref id="cbm_k_bsout" name="cbm_k_bsout">,
1912 <ref id="cbm_k_listen" name="cbm_k_listen">
1913 <tag/Example/None.
1914 </descrip>
1915 </quote>
1916
1917
1918 <sect1>cbm_k_clall<label id="cbm_k_clall"><p>
1919
1920 <quote>
1921 <descrip>
1922 <tag/Function/Close All Logical I/O Files
1923 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1924 <tag/Declaration/<tt/void cbm_k_clall (void);/
1925 <tag/Description/It closes all
1926 open files, by resetting the index into open files to
1927 zero and restores the default I/O devices.
1928 <tag/Notes/<itemize>
1929 <item>
1930 </itemize>
1931 <tag/Availability/cc65
1932 <tag/See also/
1933 <ref id="cbm_k_open" name="cbm_k_open">,
1934 <ref id="cbm_k_close" name="cbm_k_close">
1935 <tag/Example/None.
1936 </descrip>
1937 </quote>
1938
1939
1940 <sect1>cbm_k_close<label id="cbm_k_close"><p>
1941
1942 <quote>
1943 <descrip>
1944 <tag/Function/Close a Logical I/O File
1945 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1946 <tag/Declaration/<tt/void __fastcall__ cbm_k_close (unsigned char FN);/
1947 <tag/Description/It is used to
1948 close a logical file after all I/O operations involving that file have
1949 been completed.
1950 <tag/Notes/<itemize>
1951 <item>The function is only available as fastcall function, so it may
1952 only be used in presence of a prototype.
1953 </itemize>
1954 <tag/Availability/cc65
1955 <tag/See also/
1956 <ref id="cbm_k_open" name="cbm_k_open">,
1957 <ref id="cbm_k_clall" name="cbm_k_clall">
1958 <tag/Example/None.
1959 </descrip>
1960 </quote>
1961
1962
1963 <sect1>cbm_k_clrch<label id="cbm_k_clrch"><p>
1964
1965 <quote>
1966 <descrip>
1967 <tag/Function/Restore Current Input and Output Devices to the Default Devices
1968 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1969 <tag/Declaration/<tt/void cbm_k_clrch (void);/
1970 <tag/Description/It sets the
1971 current input device to the keyboard, and the current output device to
1972 the screen.  Also, if the current input device was formerly a serial
1973 device, the routine sends it an UNTALK command on the serial bus, and
1974 if a serial device was formerly the current output device, the routine
1975 sends it an UNLISTEN command.
1976 <tag/Notes/<itemize>
1977 <item>
1978 </itemize>
1979 <tag/Availability/cc65
1980 <tag/See also/
1981 <ref id="cbm_k_chkin" name="cbm_k_chkin">,
1982 <ref id="cbm_k_ckout" name="cbm_k_ckout">
1983 <tag/Example/None.
1984 </descrip>
1985 </quote>
1986
1987
1988 <sect1>cbm_k_getin<label id="cbm_k_getin"><p>
1989
1990 <quote>
1991 <descrip>
1992 <tag/Function/Get One Byte from the Input Device
1993 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
1994 <tag/Declaration/<tt/unsigned char cbm_k_getin (void);/
1995 <tag/Description/Function gets a character from the current input device.
1996 <tag/Notes/<itemize>
1997 <item>
1998 </itemize>
1999 <tag/Availability/cc65
2000 <tag/See also/
2001 <ref id="cbm_k_basin" name="cbm_k_basin">
2002 <tag/Example/None.
2003 </descrip>
2004 </quote>
2005
2006
2007 <sect1>cbm_k_iobase<label id="cbm_k_iobase"><p>
2008
2009 <quote>
2010 <descrip>
2011 <tag/Function/Return Base Address of Memory-Mapped I/O Devices
2012 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2013 <tag/Declaration/<tt/unsigned cbm_k_iobase (void);/
2014 <tag/Description/This function returns the address of
2015 the memory section where the memory mapped I/O devices are located. This
2016 address can then be used with an offset to access the memory mapped I/O
2017 devices in the Commodore 64. The offset is the number of locations from
2018 the beginning of the page on which the I/O register you want is located.
2019 This function exists to provide compatibility between the Commodore 64,
2020 VIC-20, and future models of the Commodore 64. If the I/O locations for
2021 a program are set by a call to this function, they should
2022 still remain compatible with future versions of the Commodore 64, the
2023 KERNAL and BASIC.
2024 <tag/Notes/<itemize>
2025 <item>
2026 </itemize>
2027 <tag/Availability/cc65
2028 <tag/See also/
2029
2030 <tag/Example/None.
2031 </descrip>
2032 </quote>
2033
2034
2035 <sect1>cbm_k_listen<label id="cbm_k_listen"><p>
2036
2037 <quote>
2038 <descrip>
2039 <tag/Function/Command a device on the serial bus to LISTEN
2040 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2041 <tag/Declaration/<tt/void __fastcall__ cbm_k_listen (unsigned char dev);/
2042 <tag/Description/This function will command a device on the serial bus to
2043 receive data. The KERNAL routine will OR the supplied device number bit by bit
2044 to convert it to a listen address, then transmits this data as a command on
2045 the serial bus. The specified device will then go into listen mode, and
2046 be ready to accept information.
2047 <tag/Notes/<itemize>
2048 <item>The function is only available as fastcall function, so it may
2049 only be used in presence of a prototype.
2050 </itemize>
2051 <tag/Availability/cc65
2052 <tag/See also/
2053 <ref id="cbm_k_unlsn" name="cbm_k_unlsn">,
2054 <tag/Example/None.
2055 </descrip>
2056 </quote>
2057
2058
2059 <sect1>cbm_k_load<label id="cbm_k_load"><p>
2060
2061 <quote>
2062 <descrip>
2063 <tag/Function/Load RAM from a Device
2064 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2065 <tag/Declaration/<tt/unsigned int __fastcall__ cbm_k_load(unsigned char flag, unsigned addr);/
2066 <tag/Description/This function LOADs data bytes from any input device directly into the memory.
2067 It can also be used for a verify operation, comparing data from a device with the data already in
2068 memory, while leaving the data stored in RAM unchanged.
2069 The flag must be set to 0 for a LOAD operation, or 1 for a
2070 verify, If the input device is OPENed with a secondary address (SA) of 0
2071 the header information from the device is ignored. In this case, the starting address for the load must be supplied.
2072 If the device is addressed with a secondary address of 1, then the data is
2073 loaded into memory starting at the location specified by the header.
2074 Function returns the address of the highest RAM location loaded.
2075 Before this function can be called, the KERNAL SETLFS, and SETNAM
2076 routines must be called.
2077 <tag/Notes/<itemize>
2078 <item>The function is only available as fastcall function, so it may
2079 only be used in presence of a prototype.
2080 </itemize>
2081 <tag/Availability/cc65
2082 <tag/See also/
2083 <ref id="cbm_k_save" name="cbm_k_save">,
2084 <ref id="cbm_k_setlfs" name="cbm_k_setlfs">,
2085 <ref id="cbm_k_setnam" name="cbm_k_setnam">
2086 <tag/Example/None.
2087 </descrip>
2088 </quote>
2089
2090
2091 <sect1>cbm_k_open<label id="cbm_k_open"><p>
2092
2093 <quote>
2094 <descrip>
2095 <tag/Function/Open a Logical I/O File
2096 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2097 <tag/Declaration/<tt/unsigned char cbm_k_open (void);/
2098 <tag/Description/This function assigns a logical file to a device, so that it can be used for
2099 Input/Output operations. In order to specify the logical file number,
2100 the device number, and the secondary address if any, the cbm_k_setlfs() function must first be called.
2101 Likewise, in order to designate the filename, the cbm_k_setnam() function must be used first.  After these two
2102 functions are called, cbm_k_open() is then called.
2103 <tag/Notes/<itemize>
2104 <item>
2105 </itemize>
2106 <tag/Availability/cc65
2107 <tag/See also/
2108 <ref id="cbm_k_close" name="cbm_k_close">,
2109 <ref id="cbm_k_setlfs" name="cbm_k_setlfs">,
2110 <ref id="cbm_k_setnam" name="cbm_k_setnam">
2111 <tag/Example/None.
2112 </descrip>
2113 </quote>
2114
2115
2116 <sect1>cbm_k_readst<label id="cbm_k_readst"><p>
2117
2118 <quote>
2119 <descrip>
2120 <tag/Function/Read status word
2121 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2122 <tag/Declaration/<tt/unsigned char cbm_k_readst (void);/
2123 <tag/Description/This function returns the current status of the I/O devices. It is usually called after new communication to an I/O device and gives information about device status, or errors that have occurred during the I/O operation.
2124 <tag/Notes/<itemize>
2125 <item>
2126 </itemize>
2127 <tag/Availability/cc65
2128 <tag/See also/
2129
2130 <tag/Example/None.
2131 </descrip>
2132 </quote>
2133
2134
2135 <sect1>cbm_k_save<label id="cbm_k_save"><p>
2136
2137 <quote>
2138 <descrip>
2139 <tag/Function/Save RAM to a Device
2140 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2141 <tag/Declaration/<tt/unsigned char __fastcall__ cbm_k_save(unsigned int start, unsigned int end)/
2142 <tag/Description/This function saves a section of memory. The cbm_k_setlfs() and cbm_k_setnam() functions must be
2143 used before calling this function. However, a file name is not required to
2144 SAVE to device 1 (the Datassette(TM) recorder). Any attempt to save to
2145 other devices without using a file name results in an error. NOTE: Device 0 (the keyboard), device 2 (RS-232), and device 3 (the screen) cannot be SAVEd to. If the attempt is made, an error occurs, and the SAVE is stopped.
2146 <tag/Notes/<itemize>
2147 <item>The function is only available as fastcall function, so it may
2148 only be used in presence of a prototype.
2149 </itemize>
2150 <tag/Availability/cc65
2151 <tag/See also/
2152 <ref id="cbm_k_load" name="cbm_k_load">,
2153 <ref id="cbm_k_setlfs" name="cbm_k_setlfs">,
2154 <ref id="cbm_k_setnam" name="cbm_k_setnam">
2155 <tag/Example/None.
2156 </descrip>
2157 </quote>
2158
2159
2160 <sect1>cbm_k_scnkey<label id="cbm_k_scnkey"><p>
2161
2162 <quote>
2163 <descrip>
2164 <tag/Function/Scan the keyboard matrix.
2165 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2166 <tag/Declaration/<tt/void cbm_k_scnkey (void);/
2167 <tag/Description/This function looks at the switches in the keyboard, to see
2168 if any of them are being pressed.  If they are, then code numbers for them are
2169 stored in RAM.  Other functions use those numbers to input text.  Normally,
2170 the keyboard is scanned by the Kernal's Interrupt Service Routine.  But, if
2171 you divert the "Jiffy interrupt" to a C-code ISR, then that ISR must call this
2172 function, in order to provide input from the keyboard.
2173 <tag/Availability/cc65
2174 <tag/See also/
2175 <ref id="cbm_k_getin" name="cbm_k_getin">,
2176 <ref id="cbm_k_udtim" name="cbm_k_udtim">,
2177 <ref id="cgetc" name="cgetc">,
2178 <!-- <ref id="getc" name="getc"> -->
2179 <!-- <ref id="getchar" name="getchar"> -->
2180 <tag/Example/None.
2181 </descrip>
2182 </quote>
2183
2184
2185 <sect1>cbm_k_setlfs<label id="cbm_k_setlfs"><p>
2186
2187 <quote>
2188 <descrip>
2189 <tag/Function/Set up a logical file
2190 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2191 <tag/Declaration/<tt/void __fastcall__ cbm_k_setlfs (unsigned char LFN, unsigned char DEV, unsigned char SA);/
2192 <tag/Description/This functions sets up the logical file by setting its number, device address,
2193 and secondary address.
2194 <tag/Notes/<itemize>
2195 <item>The function is only available as fastcall function, so it may
2196 only be used in presence of a prototype.
2197 </itemize>
2198 <tag/Availability/cc65
2199 <tag/See also/
2200 <ref id="cbm_k_setnam" name="cbm_k_setnam">
2201 <tag/Example/None.
2202 </descrip>
2203 </quote>
2204
2205
2206 <sect1>cbm_k_setnam<label id="cbm_k_setnam"><p>
2207
2208 <quote>
2209 <descrip>
2210 <tag/Function/Set Filename Parameters
2211 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2212 <tag/Declaration/<tt/void __fastcall__ cbm_k_setnam (const char* Name);/
2213 <tag/Description/This function is used to set up the file name for the OPEN,
2214 SAVE, or LOAD operations.
2215 <tag/Notes/<itemize>
2216 <item>The function is only available as fastcall function, so it may
2217 only be used in presence of a prototype.
2218 </itemize>
2219 <tag/Availability/cc65
2220 <tag/See also/
2221 <ref id="cbm_k_open" name="cbm_k_open">,
2222 <ref id="cbm_k_load" name="cbm_k_load">,
2223 <ref id="cbm_k_save" name="cbm_k_save">
2224 <tag/Example/None.
2225 </descrip>
2226 </quote>
2227
2228
2229 <sect1>cbm_k_talk<label id="cbm_k_talk"><p>
2230
2231 <quote>
2232 <descrip>
2233 <tag/Function/Commands device to TALK
2234 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2235 <tag/Declaration/<tt/void __fastcall__ cbm_k_talk (unsigned char dev);/
2236 <tag/Description/When called, it ORs the device number with the TALK code (64, $40) and sends it on the serial
2237 bus. This commands the device to TALK.
2238 <tag/Notes/<itemize>
2239 <item>The function is only available as fastcall function, so it may
2240 only be used in presence of a prototype.
2241 </itemize>
2242 <tag/Availability/cc65
2243 <tag/See also/
2244 <ref id="cbm_k_acptr" name="cbm_k_acptr">
2245 <tag/Example/None.
2246 </descrip>
2247 </quote>
2248
2249
2250 <sect1>cbm_k_udtim<label id="cbm_k_udtim"><p>
2251
2252 <quote>
2253 <descrip>
2254 <tag/Function/Update the Jiffy clock.
2255 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2256 <tag/Declaration/<tt/void cbm_k_udtim (void);/
2257 <tag/Description/This function adds one count to the Jiffy clock.  That clock
2258 counts sixtieths of a second.  It is used by the library's <tt/clock()/
2259 function.  Normally, the Jiffy clock is updated by the Kernal's Interrupt
2260 Service Routine.  But, if you divert the "Jiffy interrupt" to a C-code ISR,
2261 then that ISR must call this function, in order to keep the clock valid.
2262 <tag/Availability/cc65
2263 <tag/See also/
2264 <ref id="cbm_k_scnkey" name="cbm_k_scnkey">,
2265 <ref id="clock" name="clock">
2266 <tag/Example/None.
2267 </descrip>
2268 </quote>
2269
2270
2271 <sect1>cbm_k_unlsn<label id="cbm_k_unlsn"><p>
2272
2273 <quote>
2274 <descrip>
2275 <tag/Function/Send an UNLISTEN command
2276 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
2277 <tag/Declaration/<tt/void cbm_k_unlsn (void);/
2278 <tag/Description/This function commands all devices on the serial bus to
2279 stop receiving data from the host computer (i.e., UNLISTEN). Calling this
2280 function results in an UNLISTEN command being transmitted on the serial
2281 bus. Only devices previously commanded to LISTEN are affected. This
2282 function is normally used after the host computer is finished sending data
2283 to external devices. Sending the UNLISTEN commands the listening devices
2284 to get off the serial bus so it can be used for other purposes.
2285 <tag/Notes/<itemize>
2286 <item>
2287 </itemize>
2288 <tag/Availability/cc65
2289 <tag/See also/
2290 <ref id="cbm_k_listen" name="cbm_k_listen">
2291 <tag/Example/None.
2292 </descrip>
2293 </quote>
2294
2295
2296 <sect1>cclear<label id="cclear"><p>
2297
2298 <quote>
2299 <descrip>
2300 <tag/Function/Clear part of a line (write a given number of spaces).
2301 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2302 <tag/Declaration/<tt/void __fastcall__ cclear (unsigned char length);/
2303 <tag/Description/The function clears part of a line by writing <tt/length/
2304 spaces in the current text color.
2305 <tag/Notes/<itemize>
2306 <item>The function is only available as fastcall function, so it may
2307 only be used in presence of a prototype.
2308 </itemize>
2309 <tag/Availability/cc65
2310 <tag/See also/
2311 <ref id="cclearxy" name="cclearxy">,
2312 <ref id="clrscr" name="clrscr">
2313 <tag/Example/None.
2314 </descrip>
2315 </quote>
2316
2317
2318 <sect1>cclearxy<label id="cclearxy"><p>
2319
2320 <quote>
2321 <descrip>
2322 <tag/Function/Clear part of a line (write a given number of spaces) starting
2323 at a specific screen position.
2324 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2325 <tag/Declaration/<tt/void __fastcall__ cclearxy (unsigned char x, unsigned char y, unsigned char length);/
2326 <tag/Description/The function moves the cursor to a specific position, and
2327 will then clear part of the line by writing <tt/length/ spaces in the current
2328 text color.
2329 <tag/Notes/<itemize>
2330 <item>The function is only available as fastcall function, so it may
2331 only be used in presence of a prototype.
2332 </itemize>
2333 <tag/Availability/cc65
2334 <tag/See also/
2335 <ref id="cclear" name="cclear">,
2336 <ref id="clrscr" name="clrscr">
2337 <tag/Example/None.
2338 </descrip>
2339 </quote>
2340
2341
2342 <sect1>cgetc<label id="cgetc"><p>
2343
2344 <quote>
2345 <descrip>
2346 <tag/Function/Read a character from the keyboard.
2347 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2348 <tag/Declaration/<tt/char cgetc (void);/
2349 <tag/Description/The function reads a character from the keyboard. If there is
2350 no character available, <tt/cgetc()/ waits until the user presses a key. If the
2351 cursor is enabled by use of the <tt/cursor/ function, a blinking cursor is
2352 displayed while waiting.
2353 <tag/Notes/<itemize>
2354 <item>If the system supports a keyboard buffer, <tt/cgetc()/ will fetch a key
2355 from that buffer; and, wait only if the buffer is empty.
2356 <item>The keyboard must be scanned periodically, in order for this function to
2357 see anything that you type.  (See the description of <tt/cbm_k_scnkey()/.)
2358 </itemize>
2359 <tag/Availability/cc65
2360 <tag/See also/
2361 <ref id="cbm_k_scnkey" name="cbm_k_scnkey">,
2362 <ref id="cursor" name="cursor">,
2363 <ref id="kbhit" name="kbhit">
2364 <tag/Example/None.
2365 </descrip>
2366 </quote>
2367
2368
2369 <sect1>chline<label id="chline"><p>
2370
2371 <quote>
2372 <descrip>
2373 <tag/Function/Output a horizontal line in text mode.
2374 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2375 <tag/Declaration/<tt/void __fastcall__ chline (unsigned char length);/
2376 <tag/Description/The function outputs a horizontal line with the given length
2377 starting at the current cursor position.
2378 <tag/Notes/<itemize>
2379 <item>The character used to draw the horizontal line is system dependent.
2380 If available, a line drawing character is used. Drawing a line that is partially
2381 off screen leads to undefined behaviour.
2382 <item>The function is only available as fastcall function, so it may only be
2383 used in presence of a prototype.
2384 </itemize>
2385 <tag/Availability/cc65
2386 <tag/See also/
2387 <ref id="chlinexy" name="chlinexy">,
2388 <ref id="cvline" name="cvline">,
2389 <ref id="cvlinexy" name="cvlinexy">
2390 <tag/Example/None.
2391 </descrip>
2392 </quote>
2393
2394
2395 <sect1>chlinexy<label id="chlinexy"><p>
2396
2397 <quote>
2398 <descrip>
2399 <tag/Function/Output a horizontal line at a given position in text mode.
2400 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2401 <tag/Declaration/<tt/void __fastcall__ chlinexy (unsigned char x, unsigned char y, unsigned char length);/
2402 <tag/Description/The function outputs a horizontal line with the given length
2403 starting at a given position.
2404 <tag/Notes/<itemize>
2405 <item>The character used to draw the horizontal line is system dependent.
2406 If available, a line drawing character is used. Drawing a line that is partially
2407 off screen leads to undefined behaviour.
2408 <item>The function is only available as fastcall function, so it may only be
2409 used in presence of a prototype.
2410 </itemize>
2411 <tag/Availability/cc65
2412 <tag/See also/
2413 <ref id="chline" name="chline">,
2414 <ref id="cvline" name="cvline">,
2415 <ref id="cvlinexy" name="cvlinexy">
2416 <tag/Example/None.
2417 </descrip>
2418 </quote>
2419
2420
2421 <sect1>clearerr<label id="clearerr"><p>
2422
2423 <quote>
2424 <descrip>
2425 <tag/Function/Clear error and end-of-file status of a stream.
2426 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
2427 <tag/Declaration/<tt/void __fastcall__ clearerr (FILE* f);/
2428 <tag/Description/<tt/clearerr/ clears the error and end-of-file status
2429 indicators for the stream <tt/f/.
2430 <tag/Notes/<itemize>
2431 <item>The function is only available as fastcall function, so it may only be
2432 used in presence of a prototype.
2433 </itemize>
2434 <tag/Availability/ISO 9899
2435 <tag/See also/
2436 <ref id="feof" name="feof">,
2437 <ref id="ferror" name="ferror">
2438 <tag/Example/None.
2439 </descrip>
2440 </quote>
2441
2442
2443 <sect1>clock<label id="clock"><p>
2444
2445 <quote>
2446 <descrip>
2447 <tag/Function/Determine the processor time used.
2448 <tag/Header/<tt/<ref id="time.h" name="time.h">/
2449 <tag/Declaration/<tt/clock_t clock (void);/
2450 <tag/Description/The <tt/clock/ function returns an approximaton of processor
2451 time used by the program. The time is returned in implementation-defined
2452 units. It can be converted to seconds by dividing by the value of the macro
2453 <tt/CLOCKS_PER_SEC/.
2454 <tag/Notes/<itemize>
2455 <item>Since the machines that cc65-generated programs run on cannot run multiple
2456 processes, the function actually will return the time since some
2457 implementation-defined point in the past.
2458 <item>The Jiffy clock must be "running", in order for this function to return
2459 changing values.  (See the description of <tt/cbm_k_udtim()/.)
2460 </itemize>
2461 <tag/Availability/ISO 9899
2462 <tag/See also/
2463 <ref id="cbm_k_udtim" name="cbm_k_udtim">,
2464 <ref id="time" name="time">
2465 <tag/Example/None.
2466 </descrip>
2467 </quote>
2468
2469
2470 <sect1>clrscr<label id="clrscr"><p>
2471
2472 <quote>
2473 <descrip>
2474 <tag/Function/Clear the text screen.
2475 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2476 <tag/Declaration/<tt/void clrscr (void);/
2477 <tag/Description/The function clears the text screen and moves the cursor to
2478 the upper left corner.
2479 <tag/Availability/cc65
2480 <tag/See also/
2481 <ref id="cclear" name="cclear">,
2482 <ref id="cclearxy" name="cclearxy">
2483 <tag/Example/None.
2484 </descrip>
2485 </quote>
2486
2487
2488 <sect1>close<label id="close"><p>
2489
2490 <quote>
2491 <descrip>
2492 <tag/Function/Close a file descriptor.
2493 <tag/Header/<tt/<ref id="fcntl.h" name="fcntl.h">/
2494 <tag/Declaration/<tt/int __fastcall__ close (int fd);/
2495 <tag/Description/The function closes the given file descriptor. It returns zero
2496 on success and -1 on error. If an error occurs, the cause can be determined by
2497 reading the <tt/errno/ variable.
2498 <tag/Notes/<itemize>
2499 <item>The function is only available as fastcall function, so it may only
2500 be used in presence of a prototype.
2501 </itemize>
2502 <tag/Availability/POSIX 1003.1
2503 <tag/See also/
2504 <ref id="creat" name="creat">,
2505 <ref id="open" name="open">
2506 <tag/Example/None.
2507 </descrip>
2508 </quote>
2509
2510
2511 <sect1>closedir<label id="closedir"><p>
2512
2513 <quote>
2514 <descrip>
2515 <tag/Function/Close a directory.
2516 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
2517 <tag/Declaration/<tt/int __fastcall__ closedir (DIR* dir);/
2518 <tag/Description/The function closes the given directory descriptor. It returns
2519 zero on success and -1 on error. If an error occurs, the cause can be determined
2520 by reading the <tt/errno/ variable.
2521 <tag/Notes/<itemize>
2522 <item>The function is only available as fastcall function, so it may only
2523 be used in presence of a prototype.
2524 </itemize>
2525 <tag/Availability/POSIX 1003.1
2526 <tag/See also/
2527 <ref id="opendir" name="opendir">,
2528 <ref id="readdir" name="readdir">
2529 <tag/Example/None.
2530 </descrip>
2531 </quote>
2532
2533
2534 <sect1>cpeekc<label id="cpeekc"><p>
2535
2536 <quote>
2537 <descrip>
2538 <tag/Function/Get a character from the display memory.
2539 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2540 <tag/Declaration/<tt/char cpeekc (void);/
2541 <tag/Description/The function gets the character that's at the current location
2542 of the cursor in the display screen RAM.  That character is converted, if
2543 needed, into the encoding that can be passed to <tt/cputc()/.
2544 <tag/Notes/<itemize>
2545 <item>Conio peek functions don't have <tt/cpeek...xy()/ versions.  That was
2546 done to make it obvious that peeking doesn't move the cursor in any way.  Your
2547 program must place the cursor where it wants to peek before it calls any of
2548 those functions.
2549 </itemize>
2550 <tag/Availability/cc65
2551 <tag/See also/
2552 <ref id="cpeekcolor" name="cpeekcolor">,
2553 <ref id="cpeekrevers" name="cpeekrevers">,
2554 <ref id="cpeeks" name="cpeeks">,
2555 <ref id="cputc" name="cputc">
2556 <tag/Example/None.
2557 </descrip>
2558 </quote>
2559
2560
2561 <sect1>cpeekcolor<label id="cpeekcolor"><p>
2562
2563 <quote>
2564 <descrip>
2565 <tag/Function/Get a color from the display memory.
2566 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2567 <tag/Declaration/<tt/unsigned char cpeekcolor (void);/
2568 <tag/Description/The function gets the color number that's at the current
2569 location of the cursor in the display screen RAM.  That number can be passed to
2570 <tt/textcolor()/.
2571 <tag/Notes/<itemize>
2572 <item>Conio peek functions don't have <tt/cpeek...xy()/ versions.  That was
2573 done to make it obvious that peeking doesn't move the cursor in any way.  Your
2574 program must place the cursor where it wants to peek before it calls any of
2575 those functions.
2576 </itemize>
2577 <tag/Availability/cc65
2578 <tag/See also/
2579 <ref id="cpeekc" name="cpeekc">,
2580 <ref id="cpeekrevers" name="cpeekrevers">,
2581 <ref id="cpeeks" name="cpeeks">,
2582 <ref id="cputc" name="cputc">,
2583 <ref id="textcolor" name="textcolor">
2584 <tag/Example/None.
2585 </descrip>
2586 </quote>
2587
2588
2589 <sect1>cpeekrevers<label id="cpeekrevers"><p>
2590
2591 <quote>
2592 <descrip>
2593 <tag/Function/Get a reverse-character attribute from the display memory.
2594 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2595 <tag/Declaration/<tt/unsigned char cpeekrevers (void);/
2596 <tag/Description/The function gets the "reverse-mode" attribute of the
2597 character that's at the current location of the cursor in the display screen
2598 RAM.  It returns a boolean value (0/1) that can be passed to <tt/revers()/.
2599 <tag/Notes/<itemize>
2600 <item>Conio peek functions don't have <tt/cpeek...xy()/ versions.  That was
2601 done to make it obvious that peeking doesn't move the cursor in any way.  Your
2602 program must place the cursor where it wants to peek before it calls any of
2603 those functions.
2604 </itemize>
2605 <tag/Availability/cc65
2606 <tag/See also/
2607 <ref id="cpeekc" name="cpeekc">,
2608 <ref id="cpeekcolor" name="cpeekcolor">,
2609 <ref id="cpeeks" name="cpeeks">,
2610 <ref id="cputc" name="cputc">,
2611 <ref id="revers" name="revers">
2612 <tag/Example/None.
2613 </descrip>
2614 </quote>
2615
2616
2617 <sect1>cpeeks<label id="cpeeks"><p>
2618
2619 <quote>
2620 <descrip>
2621 <tag/Function/Get a string from the display memory.
2622 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2623 <tag/Declaration/<tt/void __fastcall__ cpeeks (char* s, unsigned length);/
2624 <tag/Description/The function gets a fixed-length string ('\0'-terminated) of
2625 characters that start at the current location of the cursor in the display
2626 screen RAM.  Those characters are converted, if needed, into the encoding that
2627 can be passed to <tt/cputs()/.  The first argument must point to a RAM area
2628 that's large enough to hold "length + 1" bytes.
2629 <tag/Notes/<itemize>
2630 <item>Conio peek functions don't have <tt/cpeek...xy()/ versions.  That was
2631 done to make it obvious that peeking doesn't move the cursor in any way.  Your
2632 program must place the cursor where it wants to peek before it calls any of
2633 those functions.
2634 <item>The function is available as only a fastcall function;
2635 so, it may be used only in the presence of a prototype.
2636 </itemize>
2637 <tag/Availability/cc65
2638 <tag/See also/
2639 <ref id="cpeekc" name="cpeekc">,
2640 <ref id="cpeekcolor" name="cpeekcolor">,
2641 <ref id="cpeekrevers" name="cpeekrevers">,
2642 <ref id="cputc" name="cputc">,
2643 <ref id="cputs" name="cputs">
2644 <tag/Example/None.
2645 </descrip>
2646 </quote>
2647
2648
2649 <sect1>creat<label id="creat"><p>
2650
2651 <quote>
2652 <descrip>
2653 <tag/Function/Create a file.
2654 <tag/Header/<tt/<ref id="fcntl.h" name="fcntl.h">/
2655 <tag/Declaration/<tt/int __fastcall__ creat (const char* name, unsigned mode);/
2656 <tag/Description/<tt/creat/ creates a new file and returns the file descriptor
2657 associated with it. On error, -1 is returned and an error code is stored in
2658 <tt/errno/.
2659 <tag/Notes/<itemize>
2660 <item><tt/creat/ is identical to calling <tt/<ref id="open" name="open">/ with
2661 <tt/flags/ equal to <tt/O_WRONLY | O_CREAT | O_TRUNC/.
2662 <item>The function is only available as fastcall function, so it may only
2663 be used in presence of a prototype.
2664 </itemize>
2665 <tag/Availability/POSIX 1003.1
2666 <tag/See also/
2667 <ref id="close" name="close">,
2668 <ref id="open" name="open">
2669 <tag/Example/None.
2670 </descrip>
2671 </quote>
2672
2673
2674 <sect1>cprintf<label id="cprintf"><p>
2675
2676 <quote>
2677 <descrip>
2678 <tag/Function/Formatted output to the console.
2679 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2680 <tag/Declaration/<tt/int cprintf (const char* format, ...);/
2681 <tag/Description/The arguments are converted to text where necessary and
2682 formatted according to the format string given. The resulting string is output
2683 to the console. <tt/cprintf/ supports the same format specifiers as
2684 <tt/printf/. <!-- <tt/<ref id="printf" name="printf">/. -->
2685 <tag/Notes/<itemize>
2686 <item>Like all other <tt/conio/ output functions, <tt/cprintf/ distinguishes
2687 between <tt/\r/ and <tt/\n/.
2688 </itemize>
2689 <tag/Availability/cc65
2690 <tag/See also/
2691 <ref id="cputc" name="cputc">,
2692 <ref id="cputcxy" name="cputcxy">,
2693 <ref id="cputs" name="cputs">,
2694 <ref id="cputsxy" name="cputsxy">,
2695 <ref id="vcprintf" name="vcprintf">
2696 <tag/Example/None.
2697 </descrip>
2698 </quote>
2699
2700
2701 <sect1>cputc<label id="cputc"><p>
2702
2703 <quote>
2704 <descrip>
2705 <tag/Function/Output a character directly to the console.
2706 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2707 <tag/Declaration/<tt/void __fastcall__ cputc (char c);/
2708 <tag/Description/Output one character to the console at the current cursor
2709 position.
2710 <tag/Notes/<itemize>
2711 <item>Like all other <tt/conio/ output functions, <tt/cputc/ distinguishes
2712 between <tt/\r/ and <tt/\n/.
2713 <item>The function is only available as fastcall function, so it may only
2714 be used in presence of a prototype.
2715 </itemize>
2716 <tag/Availability/cc65
2717 <tag/See also/
2718 <ref id="cprintf" name="cprintf">,
2719 <ref id="cputcxy" name="cputcxy">,
2720 <ref id="cputs" name="cputs">,
2721 <ref id="cputsxy" name="cputsxy">,
2722 <ref id="vcprintf" name="vcprintf">
2723 <tag/Example/None.
2724 </descrip>
2725 </quote>
2726
2727
2728 <sect1>cputcxy<label id="cputcxy"><p>
2729
2730 <quote>
2731 <descrip>
2732 <tag/Function/Output a character at a specific screen position.
2733 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2734 <tag/Declaration/<tt/void __fastcall__ cputcxy (unsigned char x, unsigned char y, char c);/
2735 <tag/Description/<tt/cputcxy/ moves the cursor to the given x/y position on
2736 the screen and outputs one character.
2737 <tag/Notes/<itemize>
2738 <item>Like all other <tt/conio/ output functions, <tt/cputcxy/ distinguishes
2739 between <tt/\r/ and <tt/\n/.
2740 <item>The function is only available as fastcall function, so it may only
2741 be used in presence of a prototype.
2742 </itemize>
2743 <tag/Availability/cc65
2744 <tag/See also/
2745 <ref id="cprintf" name="cprintf">,
2746 <ref id="cputc" name="cputc">,
2747 <ref id="cputs" name="cputs">,
2748 <ref id="cputsxy" name="cputsxy">,
2749 <ref id="vcprintf" name="vcprintf">
2750 <tag/Example/None.
2751 </descrip>
2752 </quote>
2753
2754
2755 <sect1>cputs<label id="cputs"><p>
2756
2757 <quote>
2758 <descrip>
2759 <tag/Function/Output a string directly to the console.
2760 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2761 <tag/Declaration/<tt/void __fastcall__ cputs (const char* s);/
2762 <tag/Description/The function outputs the given string on the console at the
2763 current cursor position.
2764 <tag/Notes/<itemize>
2765 <item>Like all other <tt/conio/ output functions, <tt/cputs/ distinguishes
2766 between <tt/\r/ and <tt/\n/.
2767 <item>The function is only available as fastcall function, so it may only
2768 be used in presence of a prototype.
2769 </itemize>
2770 <tag/Availability/cc65
2771 <tag/See also/
2772 <ref id="cprintf" name="cprintf">,
2773 <ref id="cputc" name="cputc">,
2774 <ref id="cputcxy" name="cputcxy">,
2775 <ref id="cputsxy" name="cputsxy">,
2776 <ref id="vcprintf" name="vcprintf">
2777 <tag/Example/None.
2778 </descrip>
2779 </quote>
2780
2781
2782 <sect1>cputsxy<label id="cputsxy"><p>
2783
2784 <quote>
2785 <descrip>
2786 <tag/Function/Output a string to the console at a given position.
2787 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2788 <tag/Declaration/<tt/void __fastcall__ cputsxy (unsigned char x, unsigned char y, const char* s);/
2789 <tag/Description/<tt/cputsxy/ moves the cursor to the given x/y position,
2790 and outputs the string <tt/s/.
2791 <tag/Notes/<itemize>
2792 <item>Like all other <tt/conio/ output functions, <tt/cputsxy/ distinguishes
2793 between <tt/\r/ and <tt/\n/.
2794 <item>The function is only available as fastcall function, so it may only
2795 be used in presence of a prototype.
2796 </itemize>
2797 <tag/Availability/cc65
2798 <tag/See also/
2799 <ref id="cprintf" name="cprintf">,
2800 <ref id="cputc" name="cputc">,
2801 <ref id="cputcxy" name="cputcxy">,
2802 <ref id="cputs" name="cputs">,
2803 <ref id="vcprintf" name="vcprintf">
2804 <tag/Example/None.
2805 </descrip>
2806 </quote>
2807
2808
2809 <sect1>cursor<label id="cursor"><p>
2810
2811 <quote>
2812 <descrip>
2813 <tag/Function/Enable/disable a blinking cursor when waiting for keyboard input.
2814 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2815 <tag/Declaration/<tt/unsigned char __fastcall__ cursor (unsigned char onoff);/
2816 <tag/Description/If the argument to the function is non zero, a blinking cursor
2817 will be enabled when the <tt/cgetc/ function waits for input from the keyboard.
2818 If the argument is zero, <tt/cgetc/ will wait without a blinking cursor.
2819 <tag/Notes/<itemize>
2820 <item>The function is only available as fastcall function, so it may only
2821 be used in presence of a prototype.
2822 </itemize>
2823 <tag/Availability/cc65
2824 <tag/See also/
2825 <ref id="cgetc" name="cgetc">,
2826 <ref id="kbhit" name="kbhit">
2827 <tag/Example/None.
2828 </descrip>
2829 </quote>
2830
2831
2832 <sect1>cvline<label id="cvline"><p>
2833
2834 <quote>
2835 <descrip>
2836 <tag/Function/Output a vertical line in text mode.
2837 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2838 <tag/Declaration/<tt/void __fastcall__ cvline (unsigned char length);/
2839 <tag/Description/The function outputs a vertical line with the given length
2840 starting at the current cursor position.
2841 <tag/Notes/<itemize>
2842 <item>The character used to draw the vertical line is system dependent.
2843 If available, a line drawing character is used. Drawing a line that is partially
2844 off screen leads to undefined behaviour.
2845 <item>The function is only available as fastcall function, so it may only be
2846 used in presence of a prototype.
2847 </itemize>
2848 <tag/Availability/cc65
2849 <tag/See also/
2850 <ref id="chline" name="chline">,
2851 <ref id="chlinexy" name="chlinexy">,
2852 <ref id="cvlinexy" name="cvlinexy">
2853 <tag/Example/None.
2854 </descrip>
2855 </quote>
2856
2857
2858 <sect1>cvlinexy<label id="cvlinexy"><p>
2859
2860 <quote>
2861 <descrip>
2862 <tag/Function/Output a vertical line at a given position in text mode.
2863 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
2864 <tag/Declaration/<tt/void __fastcall__ cvlinexy (unsigned char x, unsigned char y, unsigned char length);/
2865 <tag/Description/The function outputs a vertical line with the given length
2866 starting at a given position.
2867 <tag/Notes/<itemize>
2868 <item>The character used to draw the vertical line is system dependent.
2869 If available, a line drawing character is used. Drawing a line that is partially
2870 off screen leads to undefined behaviour.
2871 <item>The function is only available as fastcall function, so it may only be
2872 used in presence of a prototype.
2873 </itemize>
2874 <tag/Availability/cc65
2875 <tag/See also/
2876 <ref id="chline" name="chline">,
2877 <ref id="chlinexy" name="chlinexy">,
2878 <ref id="cvline" name="cvline">
2879 <tag/Example/None.
2880 </descrip>
2881 </quote>
2882
2883
2884 <sect1>decompress_lz4<label id="decompress_lz4"><p>
2885
2886 <quote>
2887 <descrip>
2888 <tag/Function/Uncompress a LZ4-compressed buffer.
2889 <tag/Header/<tt/<ref id="lz4.h" name="lz4.h">/
2890 <tag/Declaration/<tt/void decompress_lz4 (const unsigned char* src, unsigned char* const dst, const unsigned short uncompressed_size);/
2891 <tag/Description/<tt/decompress_lz4/ uncompresses a LZ4-compressed buffer.
2892 <tag/Notes/<itemize>
2893 <item>Use LZ4_compress_HC with compression level 16 for best compression.
2894 </itemize>
2895 <tag/Availability/cc65
2896 <tag/Example/None.
2897 </descrip>
2898 </quote>
2899
2900
2901 <sect1>div<label id="div"><p>
2902
2903 <quote>
2904 <descrip>
2905 <tag/Function/Divide two ints and return quotient and remainder.
2906 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
2907 <tag/Declaration/<tt/div_t __fastcall__ div (int numer, int denom);/
2908 <tag/Description/<tt/div/ divides <tt/numer/ by <tt/denom/ and returns the
2909 quotient and remainder in a <tt/div_t/ structure.
2910 <tag/Notes/<itemize>
2911 <item>The function is only available as fastcall function, so it may only
2912 be used in presence of a prototype.
2913 </itemize>
2914 <tag/Availability/ISO 9899
2915 <tag/See also/
2916 ldiv
2917 <tag/Example/None.
2918 </descrip>
2919 </quote>
2920
2921
2922 <sect1>doesclrscrafterexit<label id="doesclrscrafterexit"><p>
2923
2924 <quote>
2925 <descrip>
2926 <tag/Function/Determines whether the screen is going to be cleared after program exit.
2927 <tag/Header/<tt/<ref id="cc65.h" name="cc65.h">/
2928 <tag/Declaration/<tt/unsigned char doesclrscrafterexit (void);/
2929 <tag/Description/The function returns zero if the screen won't be cleared immediately after
2930 program termination. It returns a non-zero value if it will.
2931 <tag/Notes/<itemize>
2932 <item>Some systems, maybe depending on configuration, immediately clear the screen
2933 after a program exits. Therefore it might be difficult to read
2934 the last messages printed by the program prior to its exit. This function can be used
2935 to decide if a delay or wait for a key press should be executed when then program
2936 exits.
2937 </itemize>
2938 <tag/Availability/cc65
2939 <tag/Example/<verb>
2940 /* Hello World */
2941 #include &lt;stdio.h&gt;
2942 #include &lt;unistd.h&gt;
2943 #include &lt;cc65.h&gt;
2944 int main(void)
2945 {
2946     printf("Hello World\n");
2947     if (doesclrscrafterexit())
2948         sleep(5);
2949     return 0;
2950 }
2951 </verb>
2952 </descrip>
2953 </quote>
2954
2955
2956 <sect1>em_commit<label id="em_commit"><p>
2957
2958 <quote>
2959 <descrip>
2960 <tag/Function/Commit changes into extended memory.
2961 <tag/Header/<tt/<ref id="em.h" name="em.h">/
2962 <tag/Declaration/<tt/void em_commit (void);/
2963 <tag/Description/Commit changes in the memory window to extended storage. If
2964 the contents of the memory window have been changed, these changes may be lost
2965 if <tt/<ref id="em_map" name="em_map">/, <tt/<ref id="em_use" name="em_use">/,
2966 <tt/<ref id="em_copyfrom" name="em_copyfrom">/ or <tt/<ref id="em_copyto"
2967 name="em_copyto">/ are called without calling <tt/em_commit/ first.
2968 <tag/Notes/<itemize>
2969 <item>Calling <tt/em_commit/ does not necessarily mean that changes to the
2970 memory window are discarded, it does just mean that the drivers is allowed
2971 to discard it.
2972 <item>The function is only available as fastcall function, so it may only be
2973 used in presence of a prototype.
2974 <item>The function produces undefined results if no extended memory driver is
2975 loaded.
2976 </itemize>
2977 <tag/Availability/cc65
2978 <tag/See also/
2979 <ref id="em_load_driver" name="em_load_driver">,
2980 <ref id="em_map" name="em_map">,
2981 <ref id="em_use" name="em_use">
2982 <tag/Example/None.
2983 </descrip>
2984 </quote>
2985
2986
2987 <sect1>em_copyfrom<label id="em_copyfrom"><p>
2988
2989 <quote>
2990 <descrip>
2991 <tag/Function/Copy from extended into normal memory.
2992 <tag/Header/<tt/<ref id="em.h" name="em.h">/
2993 <tag/Declaration/<tt/void __fastcall__ em_copyfrom (const struct em_copy* copy_data);/
2994 <tag/Description/Copy data from extended memory into linear memory. Source and
2995 target addresses as well as the number of bytes to transfer are specified in
2996 the <tt/em_copy/ structure that is passed as a parameter.
2997 <tag/Notes/<itemize>
2998 <item>Calling <tt/em_copyfrom/ will invalidate the memory window, so if you
2999 made any changes to the data in the window, call <tt/<ref id="em_commit"
3000 name="em_commit">/ first, or the changes are lost.
3001 <item>The function is only available as fastcall function, so it may only be
3002 used in presence of a prototype.
3003 <item>The function produces undefined results if no extended memory driver is
3004 loaded.
3005 </itemize>
3006 <tag/Availability/cc65
3007 <tag/See also/
3008 <ref id="em_commit" name="em_commit">,
3009 <ref id="em_copyto" name="em_copyto">,
3010 <ref id="em_load_driver" name="em_load_driver">
3011 <tag/Example/None.
3012 </descrip>
3013 </quote>
3014
3015
3016 <sect1>em_copyto<label id="em_copyto"><p>
3017
3018 <quote>
3019 <descrip>
3020 <tag/Function/Copy from normal into extended memory.
3021 <tag/Header/<tt/<ref id="em.h" name="em.h">/
3022 <tag/Declaration/<tt/void __fastcall__ em_copyto (const struct em_copy* copy_data);/
3023 <tag/Description/Copy data from linear into extended memory. Source and
3024 target addresses as well as the number of bytes to transfer are specified in
3025 the <tt/em_copy/ structure that is passed as a parameter.
3026 <tag/Notes/<itemize>
3027 <item>Calling <tt/em_copyto/ will invalidate the memory window, so if you
3028 made any changes to the data in the window, call <tt/<ref id="em_commit"
3029 name="em_commit">/ first, or the changes are lost.
3030 <item>The function is only available as fastcall function, so it may only be
3031 used in presence of a prototype.
3032 <item>The function produces undefined results if no extended memory driver is
3033 loaded.
3034 </itemize>
3035 <tag/Availability/cc65
3036 <tag/See also/
3037 <ref id="em_commit" name="em_commit">,
3038 <ref id="em_copyfrom" name="em_copyfrom">,
3039 <ref id="em_load_driver" name="em_load_driver">
3040 <tag/Example/None.
3041 </descrip>
3042 </quote>
3043
3044
3045 <sect1>em_install<label id="em_install"><p>
3046
3047 <quote>
3048 <descrip>
3049 <tag/Function/Install an already loaded extended memory driver.
3050 <tag/Header/<tt/<ref id="em.h" name="em.h">/
3051 <tag/Declaration/<tt/unsigned char _fastcall__ em_install (void* driver);/
3052 <tag/Description/The function installs an already loaded extended memory driver
3053 and returns an error code. The function may be used to install a driver linked
3054 statically to the program.
3055 <tag/Notes/<itemize>
3056 <item>Not all drivers are able to detect if the supported hardware is really
3057 present.
3058 <item>The function is only available as fastcall function, so it may only be
3059 used in presence of a prototype.
3060 </itemize>
3061 <tag/Availability/cc65
3062 <tag/See also/
3063 <ref id="em_load_driver" name="em_load_driver">,
3064 <ref id="em_uninstall" name="em_uninstall">,
3065 <ref id="em_unload" name="em_unload">
3066 <tag/Example/None.
3067 </descrip>
3068 </quote>
3069
3070
3071 <sect1>em_load_driver<label id="em_load_driver"><p>
3072
3073 <quote>
3074 <descrip>
3075 <tag/Function/Load and initialize an extended memory driver.
3076 <tag/Header/<tt/<ref id="em.h" name="em.h">/
3077 <tag/Declaration/<tt/void __fastcall__ em_load_driver (const char* name);/
3078 <tag/Description/Load an extended memory driver into memory and initialize
3079 it. The function returns an error code that tells if all this has been
3080 successful.
3081 <tag/Notes/<itemize>
3082 <item>Not all drivers are able to detect if the supported hardware is really
3083 present.
3084 <item>The function is only available as fastcall function, so it may only be
3085 used in presence of a prototype.
3086 <item>The driver is loaded by name, so currently you must know the type of
3087 extended memory that should be supported. There is no autodetect capability.
3088 </itemize>
3089 <tag/Availability/cc65
3090 <tag/See also/
3091 <ref id="em_unload" name="em_unload">
3092 <tag/Example/None.
3093 </descrip>
3094 </quote>
3095
3096
3097 <sect1>em_map<label id="em_map"><p>
3098
3099 <quote>
3100 <descrip>
3101 <tag/Function/Make a page of extended memory accessible.
3102 <tag/Header/<tt/<ref id="em.h" name="em.h">/
3103 <tag/Declaration/<tt/void* __fastcall__ em_map (unsigned page);/
3104 <tag/Description/The function maps one page of extended memory into linear
3105 memory and returns a pointer to the page frame. Depending on the hardware
3106 and driver, the data is either mapped into the address space or transfered
3107 into a buffer. If you don't need the actual contents of the page (for example
3108 because you're going to overwrite it completely), it is better to call
3109 <tt/<ref id="em_use" name="em_use">/ instead. <tt/em_use/ will not transfer the
3110 data if it is possible to avoid that.
3111 <tag/Notes/<itemize>
3112 <item>Calling <tt/em_map/ will invalidate the memory window, so if you
3113 made any changes to the data in the window, call <tt/<ref id="em_commit"
3114 name="em_commit">/ first, or the changes are lost.
3115 <item>The function is only available as fastcall function, so it may only be
3116 used in presence of a prototype.
3117 <item>The function produces undefined results if no extended memory driver is
3118 loaded.
3119 </itemize>
3120 <tag/Availability/cc65
3121 <tag/See also/
3122 <ref id="em_commit" name="em_commit">,
3123 <ref id="em_load_driver" name="em_load_driver">,
3124 <ref id="em_use" name="em_use">
3125 <tag/Example/None.
3126 </descrip>
3127 </quote>
3128
3129
3130 <sect1>em_pagecount<label id="em_pagecount"><p>
3131
3132 <quote>
3133 <descrip>
3134 <tag/Function/Return the number of available extended memory pages.
3135 <tag/Header/<tt/<ref id="em.h" name="em.h">/
3136 <tag/Declaration/<tt/unsigned em_pagecount (void);/
3137 <tag/Description/The function returns the size of the extended memory supported
3138 by the driver in 256 byte pages.
3139 <tag/Notes/<itemize>
3140 <item>The function returns zero if no extended memory driver is loaded.
3141 <item>The function may return zero if the supported hardware was not detected.
3142 </itemize>
3143 <tag/Availability/cc65
3144 <tag/See also/
3145 <ref id="em_load_driver" name="em_load_driver">
3146 <tag/Example/None.
3147 </descrip>
3148 </quote>
3149
3150
3151 <sect1>em_uninstall<label id="em_uninstall"><p>
3152
3153 <quote>
3154 <descrip>
3155 <tag/Function/Uninstall an already loaded extended memory driver.
3156 <tag/Header/<tt/<ref id="em.h" name="em.h">/
3157 <tag/Declaration/<tt/unsigned char em_uninstall (void);/
3158 <tag/Description/The function uninstalls an already loaded extended memory
3159 driver but doesn't remove it from memory.
3160 <tag/Notes/<itemize>
3161 <item>If the driver has been loaded using <tt/<ref id="em_load_driver"
3162 name="em_load_driver">/, <tt/<ref id="em_unload" name="em_unload">/
3163 should be used instead of <tt/em_uninstall/ so the driver is also removed
3164 from memory.
3165 </itemize>
3166 <tag/Availability/cc65
3167 <tag/See also/
3168 <ref id="em_install" name="em_install">,
3169 <ref id="em_load_driver" name="em_load_driver">,
3170 <ref id="em_unload" name="em_unload">
3171 <tag/Example/None.
3172 </descrip>
3173 </quote>
3174
3175
3176 <sect1>em_unload<label id="em_unload"><p>
3177
3178 <quote>
3179 <descrip>
3180 <tag/Function/Unload an extended memory driver.
3181 <tag/Header/<tt/<ref id="em.h" name="em.h">/
3182 <tag/Declaration/<tt/unsigned char em_unload (void);/
3183 <tag/Description/The function unloads a loaded extended memory driver and
3184 frees all memory allocated for the driver.
3185 <tag/Notes/<itemize>
3186 <item>The function does nothing if no driver is loaded.
3187 </itemize>
3188 <tag/Availability/cc65
3189 <tag/See also/
3190 <ref id="em_load_driver" name="em_load_driver">
3191 <tag/Example/None.
3192 </descrip>
3193 </quote>
3194
3195
3196 <sect1>em_use<label id="em_use"><p>
3197
3198 <quote>
3199 <descrip>
3200 <tag/Function/Prepare an extended memory page for use.
3201 <tag/Header/<tt/<ref id="em.h" name="em.h">/
3202 <tag/Declaration/<tt/void* __fastcall__ em_use (unsigned page);/
3203 <tag/Description/The function maps one page of extended memory into linear
3204 memory and returns a pointer to the page frame. This function is similar to
3205 <tt/<ref id="em_map" name="em_map">/, but will not transfer data into the
3206 actual memory window in the assumption that the existing data is wrong or
3207 will get overwritten.
3208 <tag/Notes/<itemize>
3209 <item>Calling <tt/em_use/ will invalidate the memory window, so if you
3210 made any changes to the data in the window, call <tt/<ref id="em_commit"
3211 name="em_commit">/ first, or the changes are lost.
3212 <item>The function is only available as fastcall function, so it may only be
3213 used in presence of a prototype.
3214 <item>The function produces undefined results if no extended memory driver is
3215 loaded.
3216 </itemize>
3217 <tag/Availability/cc65
3218 <tag/See also/
3219 <ref id="em_commit" name="em_commit">,
3220 <ref id="em_load_driver" name="em_load_driver">,
3221 <ref id="em_map" name="em_map">
3222 <tag/Example/None.
3223 </descrip>
3224 </quote>
3225
3226
3227 <sect1>exit<label id="exit"><p>
3228
3229 <quote>
3230 <descrip>
3231 <tag/Function/Terminate the program.
3232 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
3233 <tag/Declaration/<tt/void __fastcall__ exit (int status);/
3234 <tag/Description/<tt/exit/ terminates the program. The argument specifies the
3235 return code of the program. Before termination, all files are closed, buffered
3236 output is written and any functions registered with <tt/<ref id="atexit"
3237 name="atexit">/ are called. Common values for status are <tt/EXIT_SUCCESS/ and
3238 <tt/EXIT_FAILURE/ which are also defined in <tt/<ref id="stdlib.h"
3239 name="stdlib.h">/.
3240 <tag/Notes/<itemize>
3241 <item>The function is only available as fastcall function, so it may only
3242 be used in presence of a prototype.
3243 <item>It depends on the host machine if the program return code can be
3244 evaluated or is ignored.
3245 </itemize>
3246 <tag/Availability/ISO 9899
3247 <tag/See also/
3248 <ref id="abort" name="abort">,
3249 <ref id="exit" name="exit">
3250 <tag/Example/None.
3251 </descrip>
3252 </quote>
3253
3254
3255 <sect1>exec<label id="exec"><p>
3256
3257 <quote>
3258 <descrip>
3259 <tag/Function/Execute a program file.
3260 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
3261 <tag/Declaration/<tt/int __fastcall__ exec (const char* progname, const char* cmdline);/
3262 <tag/Description/<tt/exec/ replaces the currently running program by a new one.
3263 Calling <tt/exec()/ is identical to calling <tt/<ref id="exit" name="exit()">/,
3264 then loading and starting the program named in the first argument, passing
3265 the command line specified as second argument. Instead of an empty string,
3266 a <tt/NULL/ pointer may be passed as second parameter.
3267 On success, the function does not return. On failure, -1 is returned and
3268 <tt/errno/ contains an error code.
3269 <tag/Notes/<itemize>
3270 <item>The function is only available as fastcall function, so it may only
3271 be used in presence of a prototype.
3272 <item>On most platforms, the function needs to copy a small stub loader to
3273 some memory area outside the program space. This may collide with other
3274 programs. See the platform specific docs on this.
3275 <item>Because it is necessary to terminate the running program before the
3276 memory can be reused to load the new one, there is a high chance that the
3277 function may not be able to return on errors.
3278 <item>The command line is passed to the new program in the same way as cc65
3279 programs expect the command line. If the new program is not a cc65 generated
3280 program, it may not be able to read it.
3281 </itemize>
3282 <tag/Availability/cc65
3283 <tag/See also/
3284 <ref id="exit" name="exit">
3285 <tag/Example/None.
3286 </descrip>
3287 </quote>
3288
3289
3290 <sect1>fast<label id="fast"><p>
3291
3292 <quote>
3293 <descrip>
3294 <tag/Function/Switch the C128 into 2MHz mode.
3295 <tag/Header/<tt/<ref id="c128.h" name="c128.h">/
3296 <tag/Declaration/<tt/void fast (void);/
3297 <tag/Description/The function will switch the clock of the C128 to 2MHz. This
3298 will nearly double the speed compared to slow mode.
3299 <tag/Notes/<itemize>
3300 <item>The function is specific to the C128.
3301 <item>2MHz clock will not work in 40 column mode.
3302 </itemize>
3303 <tag/Availability/C128
3304 <tag/See also/
3305 <ref id="slow" name="slow">,
3306 <ref id="toggle_videomode" name="toggle_videomode">,
3307 <ref id="videomode" name="videomode">
3308 <tag/Example/None.
3309 </descrip>
3310 </quote>
3311
3312
3313 <sect1>feof<label id="feof"><p>
3314
3315 <quote>
3316 <descrip>
3317 <tag/Function/Return the end-of-file indicator of a stream.
3318 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
3319 <tag/Declaration/<tt/int __fastcall__ feof (FILE* f);/
3320 <tag/Description/<tt/feof/ tests the end-of-file indicator ofthe stream
3321 <tt/f/, and returns a non zero value if it is set.
3322 <tag/Notes/<itemize>
3323 <item>The indicator is set only after a read past the end of a file is
3324 attempted.
3325 <item>The function is only available as fastcall function, so it may only be
3326 used in presence of a prototype.
3327 </itemize>
3328 <tag/Availability/ISO 9899
3329 <tag/See also/
3330 <ref id="feof" name="clearerr">,
3331 <ref id="ferror" name="ferror">
3332 <tag/Example/None.
3333 </descrip>
3334 </quote>
3335
3336
3337 <sect1>ferror<label id="ferror"><p>
3338
3339 <quote>
3340 <descrip>
3341 <tag/Function/Return the error indicator of a stream.
3342 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
3343 <tag/Declaration/<tt/int __fastcall__ ferror (FILE* f);/
3344 <tag/Description/<tt/ferror/ tests the error indicator of the stream
3345 <tt/f/, and returns a non zero value if it is set.
3346 <tag/Notes/<itemize>
3347 <item>The function is only available as fastcall function, so it may only be
3348 used in presence of a prototype.
3349 </itemize>
3350 <tag/Availability/ISO 9899
3351 <tag/See also/
3352 <ref id="feof" name="clearerr">,
3353 <ref id="ferror" name="feof">
3354 <tag/Example/None.
3355 </descrip>
3356 </quote>
3357
3358
3359 <sect1>fileno<label id="fileno"><p>
3360
3361 <quote>
3362 <descrip>
3363 <tag/Function/Return the file handle used by a stream.
3364 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
3365 <tag/Declaration/<tt/int __fastcall__ fileno (FILE* f);/
3366 <tag/Description/The <tt/fileno/ function returns the file handle used
3367 internally by a C stream. This file handle (an integer) can be used as a
3368 handle for the POSIX input/output functions.
3369 <tag/Notes/<itemize>
3370 <item>The function is only available as fastcall function, so it may only be
3371 used in presence of a prototype.
3372 <item>Mixing C file I/O functions and POSIX file I/O functions for the same
3373 file may have unpredictable results.
3374 </itemize>
3375 <tag/Availability/POSIX 1003.1
3376 <tag/See also/
3377 <ref id="creat" name="creat">,
3378 <ref id="open" name="open"> <!-- , -->
3379 <!-- <ref id="read" name="read">, -->
3380 <!-- <ref id="write" name="write"> -->
3381 <tag/Example/None.
3382 </descrip>
3383 </quote>
3384
3385
3386 <sect1>free<label id="free"><p>
3387
3388 <quote>
3389 <descrip>
3390 <tag/Function/Free a block of dynamic memory.
3391 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
3392 <tag/Declaration/<tt/void __fastcall__ free (void* block);/
3393 <tag/Description/Free a block of dynamic memory previously allocated with
3394 <tt/<ref id="malloc" name="malloc">/, <tt/<ref id="calloc" name="calloc">/
3395 or <tt/<ref id="realloc" name="realloc">/. As an exception, if the passed
3396 pointer is <tt/NULL/, no action is performed.
3397 <tag/Notes/<itemize>
3398 <item>Passing an already free'd block to <tt/free/ again will cause undefined
3399 behaviour and may crash your program.
3400 <item>The function is only available as fastcall function, so it may only
3401 be used in presence of a prototype.
3402 </itemize>
3403 <tag/Availability/ISO 9899
3404 <tag/See also/
3405 <ref id="_heapadd" name="_heapadd">,
3406 <ref id="_heapblocksize" name="_heapblocksize">,
3407 <ref id="_heapmaxavail" name="_heapmaxavail">,
3408 <ref id="_heapmemavail" name="_heapmemavail">,
3409 <ref id="calloc" name="calloc">,
3410 <ref id="malloc" name="malloc">,
3411 <ref id="realloc" name="realloc">
3412 <tag/Example/None.
3413 </descrip>
3414 </quote>
3415
3416
3417 <sect1>get_ostype<label id="get_ostype"><p>
3418
3419 <quote>
3420 <descrip>
3421 <tag/Function/The function returns the operating system, the program runs on.
3422 <tag/Header/<tt/<ref id="apple2.h" name="apple2.h">,
3423 <ref id="atari.h" name="atari.h">, <ref id="c64.h" name="c64.h">/
3424 <tag/Declaration/<tt/unsigned char get_ostype (void);/
3425 <tag/Description/<tt/get_ostype/ is machine dependent and does not exist for
3426 all supported targets. If it exists, it returns a number that identifies the
3427 operating system or machine type, the program runs on. The machine dependent
3428 header files define constants that can be used to check the return code.
3429 <tag/Notes/<itemize>
3430 <item>The function does not exist on all platforms.
3431 <item>The return codes are platform dependent.
3432 </itemize>
3433 <tag/Availability/cc65 (not all platforms)
3434 <tag/Example/None.
3435 </descrip>
3436 </quote>
3437
3438
3439 <sect1>getcpu<label id="getcpu"><p>
3440
3441 <quote>
3442 <descrip>
3443 <tag/Function/Determine on which CPU the program is running.
3444 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
3445 <tag/Declaration/<tt/unsigned char getcpu (void);/
3446 <tag/Description/The function checks on which CPU the code is running. It
3447 returns one of the constants<itemize>
3448 <item><tt/CPU_6502/
3449 <item><tt/CPU_65C02/
3450 <item><tt/CPU_65816/
3451 </itemize>
3452 <tag/Notes/<itemize>
3453 <item>Other, more exotic CPU types are not disinguished.
3454 </itemize>
3455 <tag/Availability/cc65
3456 <tag/Example/None.
3457 </descrip>
3458 </quote>
3459
3460
3461 <sect1>getcurrentdevice<label id="getcurrentdevice"><p>
3462
3463 <quote>
3464 <descrip>
3465 <tag/Function/Get current device.
3466 <tag/Header/<tt/<ref id="device.h" name="device.h">/
3467 <tag/Declaration/<tt/unsigned char getcurrentdevice (void);/
3468 <tag/Description/The function returns the current device.
3469 <tag/Notes/<itemize>
3470 <item>
3471 </itemize>
3472 <tag/Availability/cc65
3473 <tag/See also/
3474 <ref id="getdevicedir" name="getdevicedir">,
3475 <ref id="getfirstdevice" name="getfirstdevice">,
3476 <ref id="getnextdevice" name="getnextdevice">
3477 <tag/Example/<verb>
3478 puts (getdevicedir (getcurrentdevice (), buf, sizeof buf));
3479 </verb>
3480 </descrip>
3481 </quote>
3482
3483
3484 <sect1>getcwd<label id="getcwd"><p>
3485
3486 <quote>
3487 <descrip>
3488 <tag/Function/Get current working directory.
3489 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
3490 <tag/Declaration/<tt/char* __fastcall__ getcwd (char* buf, size_t size);/
3491 <tag/Description/The function will return the current working directory.
3492 <tag/Notes/<itemize>
3493 <item>The function is only available as fastcall function, so it may only
3494 be used in presence of a prototype.
3495 </itemize>
3496 <tag/Availability/POSIX 1003.1
3497 <tag/Example/None.
3498 </descrip>
3499 </quote>
3500
3501
3502 <sect1>getdevicedir<label id="getdevicedir"><p>
3503
3504 <quote>
3505 <descrip>
3506 <tag/Function/Get device directory.
3507 <tag/Header/<tt/<ref id="device.h" name="device.h">/
3508 <tag/Declaration/<tt/char* __fastcall__ getdevicedir (unsigned char device, char* buf, size_t size);/
3509 <tag/Description/The function returns the current directory of <tt/device/.
3510 <tag/Notes/<itemize>
3511 <item>The function is only available as fastcall function, so it may only
3512 be used in presence of a prototype.
3513 </itemize>
3514 <tag/Availability/cc65
3515 <tag/See also/
3516 <ref id="getcwd" name="getcwd">,
3517 <ref id="getcurrentdevice" name="getcurrentdevice">,
3518 <ref id="getfirstdevice" name="getfirstdevice">,
3519 <ref id="getnextdevice" name="getnextdevice">
3520 <tag/Example/<verb>
3521 puts (getdevicedir (getcurrentdevice (), buf, sizeof buf));
3522 </verb>
3523 </descrip>
3524 </quote>
3525
3526
3527 <sect1>getfirstdevice<label id="getfirstdevice"><p>
3528
3529 <quote>
3530 <descrip>
3531 <tag/Function/Get first device.
3532 <tag/Header/<tt/<ref id="device.h" name="device.h">/
3533 <tag/Declaration/<tt/unsigned char getfirstdevice (void);/
3534 <tag/Description/The function returns the first device.
3535 The value 255 indicates no device.
3536 <tag/Notes/<itemize>
3537 <item>
3538 </itemize>
3539 <tag/Availability/cc65
3540 <tag/See also/
3541 <ref id="getcurrentdevice" name="getcurrentdevice">,
3542 <ref id="getdevicedir" name="getdevicedir">,
3543 <ref id="getnextdevice" name="getnextdevice">
3544 <tag/Example/<verb>
3545 unsigned char dev = getfirstdevice ();
3546 while (dev != 255) {
3547         printf ("%d\n", dev);
3548         dev = getnextdevice (dev);
3549         }
3550 </verb>
3551 </descrip>
3552 </quote>
3553
3554
3555 <sect1>getnextdevice<label id="getnextdevice"><p>
3556
3557 <quote>
3558 <descrip>
3559 <tag/Function/Get next device.
3560 <tag/Header/<tt/<ref id="device.h" name="device.h">/
3561 <tag/Declaration/<tt/unsigned char __fastcall__ getnextdevice (unsigned char device);/
3562 <tag/Description/The function returns the next device after <tt/device/.
3563 The value 255 indicates no further device.
3564 <tag/Notes/<itemize>
3565 <item>The function is only available as fastcall function, so it may only
3566 be used in presence of a prototype.
3567 </itemize>
3568 <tag/Availability/cc65
3569 <tag/See also/
3570 <ref id="getcurrentdevice" name="getcurrentdevice">,
3571 <ref id="getdevicedir" name="getdevicedir">,
3572 <ref id="getfirstdevice" name="getfirstdevice">
3573 <tag/Example/<verb>
3574 unsigned char dev = getfirstdevice ();
3575 while (dev != 255) {
3576         printf ("%d\n", dev);
3577         dev = getnextdevice (dev);
3578         }
3579 </verb>
3580 </descrip>
3581 </quote>
3582
3583
3584 <sect1>getenv<label id="getenv"><p>
3585
3586 <quote>
3587 <descrip>
3588 <tag/Function/Return a value from the environment.
3589 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
3590 <tag/Declaration/<tt/char* __fastcall__ getenv (const char* name);/
3591 <tag/Description/The function searches the environment for an entry that
3592 matches <tt/name/ and returns its value. The environment consists of a list
3593 of strings in the form <tt/name=value/. If there is no match, <tt/getenv/
3594 returns <tt/NULL/.
3595 <tag/Notes/<itemize>
3596 <item>What exactly is stored in the environment depends on the machine the
3597 program is running on.
3598 <item>The function is only available as fastcall function, so it may only
3599 be used in presence of a prototype.
3600 </itemize>
3601 <tag/Availability/ISO 9899
3602 <tag/Example/None.
3603 </descrip>
3604 </quote>
3605
3606
3607 <sect1>getopt<label id="getopt"><p>
3608
3609 <quote>
3610 <descrip>
3611 <tag/Function/Parse command line options.
3612 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
3613 <tag/Declaration/<tt/int __fastcall__ getopt (int argc, char* const* argv,
3614 const char* optstring);/
3615 <tag/Description/The function parses command line arguments, <tt/argc/ and
3616 <tt/argv/ are the argument count and array passed to <tt/main/. <tt/optstring/
3617 is a string that contains command line option characters. If a character in
3618 <tt/optstring/ is followed by a colon, the option requires an argument. An
3619 option on the command line is recognized if it is one of the option characters
3620 preceeded by a '-'.
3621 <tt/getopt/ must be called repeatedly. It will return each option character
3622 found on the command line and <tt/EOF/ (-1) if there is no other option. An
3623 option argument is placed in <tt/optarg/, the index of the next element on the
3624 command line to be processed is placed in <tt/optind/.
3625 <tag/Notes/<itemize>
3626 <item>The implementation will not reorder options. A non option on the command
3627 line will terminate option processing. All remaining arguments are not
3628 recognized as options, even if the start with a '-' character.
3629 <item>The function is only available as fastcall function, so it may only
3630 be used in presence of a prototype.
3631 </itemize>
3632 <tag/Availability/POSIX.2
3633 <tag/Example/None.
3634 </descrip>
3635 </quote>
3636
3637
3638 <sect1>gotox<label id="gotox"><p>
3639
3640 <quote>
3641 <descrip>
3642 <tag/Function/Move the text mode cursor to a new X position.
3643 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
3644 <tag/Declaration/<tt/void __fastcall__ gotox (unsigned char x);/
3645 <tag/Description/The function moves the text mode cursor to the specified X
3646 position while leaving the Y position untouched. The leftmost position on the
3647 screen has the coordinate 0.
3648 <tag/Notes/<itemize>
3649 <item>The function is only available as fastcall function, so it may
3650 only be used in presence of a prototype.
3651 <item>Invalid values for the X position (out of screen coordinates) may
3652 lead to undefined behaviour.
3653 </itemize>
3654 <tag/Availability/cc65
3655 <tag/See also/
3656 <ref id="gotoy" name="gotoy">,
3657 <ref id="gotoxy" name="gotoxy">,
3658 <ref id="wherex" name="wherex">,
3659 <ref id="wherey" name="wherey">
3660 <tag/Example/None.
3661 </descrip>
3662 </quote>
3663
3664
3665 <sect1>gotoxy<label id="gotoxy"><p>
3666
3667 <quote>
3668 <descrip>
3669 <tag/Function/Move the text mode cursor to a new position.
3670 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
3671 <tag/Declaration/<tt/void __fastcall__ gotoxy (unsigned char x, unsigned char y);/
3672 <tag/Description/The function moves the text mode cursor to the specified
3673 position. The leftmost position on the screen has the X coordinate 0, the
3674 topmost line has the Y coordinate 0.
3675 <tag/Notes/<itemize>
3676 <item>The function is only available as fastcall function, so it may only be
3677 used in presence of a prototype.
3678 <item>Invalid values for any of both coordinates (out of screen positions) may
3679 lead to undefined behaviour.
3680 </itemize>
3681 <tag/Availability/cc65
3682 <tag/See also/
3683 <ref id="gotox" name="gotox">,
3684 <ref id="gotoy" name="gotoy">,
3685 <ref id="wherex" name="wherex">,
3686 <ref id="wherey" name="wherey">
3687 <tag/Example/None.
3688 </descrip>
3689 </quote>
3690
3691
3692 <sect1>gotoy<label id="gotoy"><p>
3693
3694 <quote>
3695 <descrip>
3696 <tag/Function/Move the text mode cursor to a new Y position.
3697 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
3698 <tag/Declaration/<tt/void __fastcall__ gotoy (unsigned char x);/
3699 <tag/Description/The function moves the text mode cursor to the specified Y
3700 position while leaving the X position untouched. The uppermost position on the
3701 screen has the coordinate 0.
3702 <tag/Notes/<itemize>
3703 <item>The function is only available as fastcall function, so it may
3704 only be used in presence of a prototype.
3705 <item>Invalid values for the Y position (out of screen coordinates) may lead
3706 to undefined behaviour.
3707 </itemize>
3708 <tag/Availability/cc65
3709 <tag/See also/
3710 <ref id="gotox" name="gotox">,
3711 <ref id="gotoxy" name="gotoxy">,
3712 <ref id="wherex" name="wherex">,
3713 <ref id="wherey" name="wherey">
3714 <tag/Example/None.
3715 </descrip>
3716 </quote>
3717
3718
3719 <sect1>isalnum<label id="isalnum"><p>
3720
3721 <quote>
3722 <descrip>
3723 <tag/Function/Check if a given character is a letter or digit.
3724 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3725 <tag/Declaration/<tt/int __fastcall__ isalnum (int c);/
3726 <tag/Description/The function returns a non zero value if the given argument
3727 is a letter or digit. The return value is zero if the character is anything
3728 else.
3729 <tag/Notes/<itemize>
3730 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3731 inline sequence generated by the macro will not work correctly for values
3732 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3733 this range. The non inline function may be accessed by <tt/#undef/'ing
3734 the macro.
3735 <item>When compiling without <tt/-Os/, the function is only available as
3736 fastcall function, so it may only be used in presence of a prototype.
3737 </itemize>
3738 <tag/Availability/ISO 9899
3739 <tag/See also/
3740 <ref id="isalpha" name="isalpha">,
3741 <ref id="isascii" name="isascii">,
3742 <ref id="isblank" name="isblank">,
3743 <ref id="iscntrl" name="iscntrl">,
3744 <ref id="isdigit" name="isdigit">,
3745 <ref id="isgraph" name="isgraph">,
3746 <ref id="islower" name="islower">,
3747 <ref id="isprint" name="isprint">,
3748 <ref id="ispunct" name="ispunct">,
3749 <ref id="isspace" name="isspace">,
3750 <ref id="isupper" name="isupper">,
3751 <ref id="isxdigit" name="isxdigit">
3752 <tag/Example/None.
3753 </descrip>
3754 </quote>
3755
3756
3757 <sect1>isalpha<label id="isalpha"><p>
3758
3759 <quote>
3760 <descrip>
3761 <tag/Function/Check if a given character is a letter.
3762 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3763 <tag/Declaration/<tt/int __fastcall__ isalpha (int c);/
3764 <tag/Description/The function returns a non zero value if the given argument
3765 is a letter. The return value is zero if the character is anything else.
3766 <tag/Notes/<itemize>
3767 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3768 inline sequence generated by the macro will not work correctly for values
3769 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3770 this range. The non inline function may be accessed by <tt/#undef/'ing the
3771 macro.
3772 <item>When compiling without <tt/-Os/, the function is only available as
3773 fastcall function, so it may only be used in presence of a prototype.
3774 </itemize>
3775 <tag/Availability/ISO 9899
3776 <tag/See also/
3777 <ref id="isalnum" name="isalnum">,
3778 <ref id="isascii" name="isascii">,
3779 <ref id="isblank" name="isblank">,
3780 <ref id="iscntrl" name="iscntrl">,
3781 <ref id="isdigit" name="isdigit">,
3782 <ref id="isgraph" name="isgraph">,
3783 <ref id="islower" name="islower">,
3784 <ref id="isprint" name="isprint">,
3785 <ref id="ispunct" name="ispunct">,
3786 <ref id="isspace" name="isspace">,
3787 <ref id="isupper" name="isupper">,
3788 <ref id="isxdigit" name="isxdigit">
3789 <tag/Example/None.
3790 </descrip>
3791 </quote>
3792
3793
3794 <sect1>isascii<label id="isascii"><p>
3795
3796 <quote>
3797 <descrip>
3798 <tag/Function/Check if a given character is in the ASCII (0..127) range.
3799 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3800 <tag/Declaration/<tt/int __fastcall__ isascii (int c);/
3801 <tag/Description/The function returns a non zero value if the given argument
3802 is in the range 0..127 (the range of valid ASCII characters) and zero if not.
3803 <tag/Notes/<itemize>
3804 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3805 inline sequence generated by the macro will not work correctly for values
3806 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3807 this range. The non inline function may be accessed by <tt/#undef/'ing the
3808 macro.
3809 <item>When compiling without <tt/-Os/, the function is only available as
3810 fastcall function, so it may only be used in presence of a prototype.
3811 </itemize>
3812 <tag/Availability/ISO 9899
3813 <tag/See also/
3814 <ref id="isalnum" name="isalnum">,
3815 <ref id="isalpha" name="isalpha">,
3816 <ref id="isblank" name="isblank">,
3817 <ref id="iscntrl" name="iscntrl">,
3818 <ref id="isdigit" name="isdigit">,
3819 <ref id="isgraph" name="isgraph">,
3820 <ref id="islower" name="islower">,
3821 <ref id="isprint" name="isprint">,
3822 <ref id="ispunct" name="ispunct">,
3823 <ref id="isspace" name="isspace">,
3824 <ref id="isupper" name="isupper">,
3825 <ref id="isxdigit" name="isxdigit">
3826 <tag/Example/None.
3827 </descrip>
3828 </quote>
3829
3830
3831 <sect1>isblank<label id="isblank"><p>
3832
3833 <quote>
3834 <descrip>
3835 <tag/Function/Check if a given character is a space or tab.
3836 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3837 <tag/Declaration/<tt/int __fastcall__ isblank (int c);/
3838 <tag/Description/The function returns a non zero value if the given argument
3839 is a space or tab character. The return value is zero if the character is
3840 anything else.
3841 <tag/Notes/<itemize>
3842 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3843 inline sequence generated by the macro will not work correctly for values
3844 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3845 this range. The non inline function may be accessed by <tt/#undef/'ing the
3846 macro.
3847 <item>When compiling without <tt/-Os/, the function is only available as
3848 fastcall function, so it may only be used in presence of a prototype.
3849 </itemize>
3850 <tag/Availability/ISO 9899
3851 <tag/See also/
3852 <ref id="isalnum" name="isalnum">,
3853 <ref id="isalpha" name="isalpha">,
3854 <ref id="isascii" name="isascii">,
3855 <ref id="iscntrl" name="iscntrl">,
3856 <ref id="isdigit" name="isdigit">,
3857 <ref id="isgraph" name="isgraph">,
3858 <ref id="islower" name="islower">,
3859 <ref id="isprint" name="isprint">,
3860 <ref id="ispunct" name="ispunct">,
3861 <ref id="isspace" name="isspace">,
3862 <ref id="isupper" name="isupper">,
3863 <ref id="isxdigit" name="isxdigit">
3864 <tag/Example/None.
3865 </descrip>
3866 </quote>
3867
3868
3869 <sect1>iscntrl<label id="iscntrl"><p>
3870
3871 <quote>
3872 <descrip>
3873 <tag/Function/Check if a given character is a control character.
3874 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3875 <tag/Declaration/<tt/int __fastcall__ iscntrl (int c);/
3876 <tag/Description/The function returns a non zero value if the given argument
3877 is a control character. The return value is zero if the character is anything
3878 else.
3879 <tag/Notes/<itemize>
3880 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3881 inline sequence generated by the macro will not work correctly for values
3882 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3883 this range. The non inline function may be accessed by <tt/#undef/'ing the
3884 macro.
3885 <item>When compiling without <tt/-Os/, the function is only available as
3886 fastcall function, so it may only be used in presence of a prototype.
3887 </itemize>
3888 <tag/Availability/ISO 9899
3889 <tag/See also/
3890 <ref id="isalnum" name="isalnum">,
3891 <ref id="isalpha" name="isalpha">,
3892 <ref id="isascii" name="isascii">,
3893 <ref id="isblank" name="isblank">,
3894 <ref id="isdigit" name="isdigit">,
3895 <ref id="isgraph" name="isgraph">,
3896 <ref id="islower" name="islower">,
3897 <ref id="isprint" name="isprint">,
3898 <ref id="ispunct" name="ispunct">,
3899 <ref id="isspace" name="isspace">,
3900 <ref id="isupper" name="isupper">,
3901 <ref id="isxdigit" name="isxdigit">
3902 <tag/Example/None.
3903 </descrip>
3904 </quote>
3905
3906
3907 <sect1>isdigit<label id="isdigit"><p>
3908
3909 <quote>
3910 <descrip>
3911 <tag/Function/Check if a given character is a digit.
3912 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3913 <tag/Declaration/<tt/int __fastcall__ isdigit (int c);/
3914 <tag/Description/The function returns a non zero value if the given argument
3915 is a digit. The return value is zero if the character is anything else.
3916 <tag/Notes/<itemize>
3917 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3918 inline sequence generated by the macro will not work correctly for values
3919 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3920 this range. The non inline function may be accessed by <tt/#undef/'ing the
3921 macro.
3922 <item>When compiling without <tt/-Os/, the function is only available as
3923 fastcall function, so it may only be used in presence of a prototype.
3924 </itemize>
3925 <tag/Availability/ISO 9899
3926 <tag/See also/
3927 <ref id="isalnum" name="isalnum">,
3928 <ref id="isalpha" name="isalpha">,
3929 <ref id="isascii" name="isascii">,
3930 <ref id="isblank" name="isblank">,
3931 <ref id="iscntrl" name="iscntrl">,
3932 <ref id="isgraph" name="isgraph">,
3933 <ref id="islower" name="islower">,
3934 <ref id="isprint" name="isprint">,
3935 <ref id="ispunct" name="ispunct">,
3936 <ref id="isspace" name="isspace">,
3937 <ref id="isupper" name="isupper">,
3938 <ref id="isxdigit" name="isxdigit">
3939 <tag/Example/None.
3940 </descrip>
3941 </quote>
3942
3943
3944 <sect1>isgraph<label id="isgraph"><p>
3945
3946 <quote>
3947 <descrip>
3948 <tag/Function/Check if a given character is a printable character (except
3949 space).
3950 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3951 <tag/Declaration/<tt/int __fastcall__ isgraph (int c);/
3952 <tag/Description/The function returns a non zero value if the given argument
3953 is a printable character with the exception of space. The return value is zero
3954 if the character is anything else.
3955 <tag/Notes/<itemize>
3956 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3957 inline sequence generated by the macro will not work correctly for values
3958 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3959 this range. The non inline function may be accessed by <tt/#undef/'ing the
3960 macro.
3961 <item>When compiling without <tt/-Os/, the function is only available as
3962 fastcall function, so it may only be used in presence of a prototype.
3963 </itemize>
3964 <tag/Availability/ISO 9899
3965 <tag/See also/
3966 <ref id="isalnum" name="isalnum">,
3967 <ref id="isalpha" name="isalpha">,
3968 <ref id="isascii" name="isascii">,
3969 <ref id="isblank" name="isblank">,
3970 <ref id="iscntrl" name="iscntrl">,
3971 <ref id="isdigit" name="isdigit">,
3972 <ref id="islower" name="islower">,
3973 <ref id="isprint" name="isprint">,
3974 <ref id="ispunct" name="ispunct">,
3975 <ref id="isspace" name="isspace">,
3976 <ref id="isupper" name="isupper">,
3977 <ref id="isxdigit" name="isxdigit">
3978 <tag/Example/None.
3979 </descrip>
3980 </quote>
3981
3982
3983 <sect1>islower<label id="islower"><p>
3984
3985 <quote>
3986 <descrip>
3987 <tag/Function/Check if a given character is a lower case letter.
3988 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3989 <tag/Declaration/<tt/int __fastcall__ islower (int c);/
3990 <tag/Description/The function returns a non zero value if the given argument
3991 is a lower case letter. The return value is zero if the character is anything
3992 else.
3993 <tag/Notes/<itemize>
3994 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3995 inline sequence generated by the macro will not work correctly for values
3996 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3997 this range. The non inline function may be accessed by <tt/#undef/'ing the
3998 macro.
3999 <item>When compiling without <tt/-Os/, the function is only available as
4000 fastcall function, so it may only be used in presence of a prototype.
4001 </itemize>
4002 <tag/Availability/ISO 9899
4003 <tag/See also/
4004 <ref id="isalnum" name="isalnum">,
4005 <ref id="isalpha" name="isalpha">,
4006 <ref id="isascii" name="isascii">,
4007 <ref id="isblank" name="isblank">,
4008 <ref id="iscntrl" name="iscntrl">,
4009 <ref id="isdigit" name="isdigit">,
4010 <ref id="isgraph" name="isgraph">,
4011 <ref id="isprint" name="isprint">,
4012 <ref id="ispunct" name="ispunct">,
4013 <ref id="isspace" name="isspace">,
4014 <ref id="isupper" name="isupper">,
4015 <ref id="isxdigit" name="isxdigit">
4016 <tag/Example/None.
4017 </descrip>
4018 </quote>
4019
4020
4021 <sect1>isprint<label id="isprint"><p>
4022
4023 <quote>
4024 <descrip>
4025 <tag/Function/Check if a given character is a printable character.
4026 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4027 <tag/Declaration/<tt/int __fastcall__ isprint (int c);/
4028 <tag/Description/The function returns a non zero value if the given argument
4029 is a printable character (this includes the space character). The return value
4030 is zero if the character is anything else.
4031 <tag/Notes/<itemize>
4032 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4033 inline sequence generated by the macro will not work correctly for values
4034 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4035 this range. The non inline function may be accessed by <tt/#undef/'ing the
4036 macro.
4037 <item>When compiling without <tt/-Os/, the function is only available as
4038 fastcall function, so it may only be used in presence of a prototype.
4039 </itemize>
4040 <tag/Availability/ISO 9899
4041 <tag/See also/
4042 <ref id="isalnum" name="isalnum">,
4043 <ref id="isalpha" name="isalpha">,
4044 <ref id="isascii" name="isascii">,
4045 <ref id="isblank" name="isblank">,
4046 <ref id="iscntrl" name="iscntrl">,
4047 <ref id="isdigit" name="isdigit">,
4048 <ref id="isgraph" name="isgraph">,
4049 <ref id="islower" name="islower">,
4050 <ref id="ispunct" name="ispunct">,
4051 <ref id="isspace" name="isspace">,
4052 <ref id="isupper" name="isupper">,
4053 <ref id="isxdigit" name="isxdigit">
4054 <tag/Example/None.
4055 </descrip>
4056 </quote>
4057
4058
4059 <sect1>ispunct<label id="ispunct"><p>
4060
4061 <quote>
4062 <descrip>
4063 <tag/Function/Check if a given character is a printable character but not a
4064 space or an alphanumeric character.
4065 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4066 <tag/Declaration/<tt/int __fastcall__ ispunct (int c);/
4067 <tag/Description/The function returns a non zero value if the given argument
4068 is a printable character, but not a space or anything alphanumeric. The return
4069 value is zero if the character is anything else.
4070 <tag/Notes/<itemize>
4071 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4072 inline sequence generated by the macro will not work correctly for values
4073 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4074 this range. The non inline function may be accessed by <tt/#undef/'ing the
4075 macro.
4076 <item>When compiling without <tt/-Os/, the function is only available as
4077 fastcall function, so it may only be used in presence of a prototype.
4078 </itemize>
4079 <tag/Availability/ISO 9899
4080 <tag/See also/
4081 <ref id="isalnum" name="isalnum">,
4082 <ref id="isalpha" name="isalpha">,
4083 <ref id="isascii" name="isascii">,
4084 <ref id="isblank" name="isblank">,
4085 <ref id="iscntrl" name="iscntrl">,
4086 <ref id="isdigit" name="isdigit">,
4087 <ref id="isgraph" name="isgraph">,
4088 <ref id="islower" name="islower">,
4089 <ref id="isprint" name="isprint">,
4090 <ref id="isspace" name="isspace">,
4091 <ref id="isupper" name="isupper">,
4092 <ref id="isxdigit" name="isxdigit">
4093 <tag/Example/None.
4094 </descrip>
4095 </quote>
4096
4097
4098 <sect1>isspace<label id="isspace"><p>
4099
4100 <quote>
4101 <descrip>
4102 <tag/Function/Check if a given character is a white-space character.
4103 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4104 <tag/Declaration/<tt/int __fastcall__ isspace (int c);/
4105 <tag/Description/The function returns a non zero value if the given argument
4106 is a white space character. The return value is zero if the character is
4107 anything else. The standard white space characters are: space, formfeed ('\f'),
4108 newline ('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab
4109 ('\v').
4110 <tag/Notes/<itemize>
4111 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4112 inline sequence generated by the macro will not work correctly for values
4113 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4114 this range. The non inline function may be accessed by <tt/#undef/'ing the
4115 macro.
4116 <item>When compiling without <tt/-Os/, the function is only available as
4117 fastcall function, so it may only be used in presence of a prototype.
4118 </itemize>
4119 <tag/Availability/ISO 9899
4120 <tag/See also/
4121 <ref id="isalnum" name="isalnum">,
4122 <ref id="isalpha" name="isalpha">,
4123 <ref id="isascii" name="isascii">,
4124 <ref id="isblank" name="isblank">,
4125 <ref id="iscntrl" name="iscntrl">,
4126 <ref id="isdigit" name="isdigit">,
4127 <ref id="isgraph" name="isgraph">,
4128 <ref id="islower" name="islower">,
4129 <ref id="isprint" name="isprint">,
4130 <ref id="ispunct" name="ispunct">,
4131 <ref id="isupper" name="isupper">,
4132 <ref id="isxdigit" name="isxdigit">
4133 <tag/Example/None.
4134 </descrip>
4135 </quote>
4136
4137
4138 <sect1>isupper<label id="isupper"><p>
4139
4140 <quote>
4141 <descrip>
4142 <tag/Function/Check if a given character is an upper case letter.
4143 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4144 <tag/Declaration/<tt/int __fastcall__ isupper (int c);/
4145 <tag/Description/The function returns a non zero value if the given argument
4146 is an upper case letter. The return value is zero if the character is anything
4147 else.
4148 <tag/Notes/<itemize>
4149 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4150 inline sequence generated by the macro will not work correctly for values
4151 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4152 this range. The non inline function may be accessed by <tt/#undef/'ing the
4153 macro.
4154 <item>When compiling without <tt/-Os/, the function is only available as
4155 fastcall function, so it may only be used in presence of a prototype.
4156 </itemize>
4157 <tag/Availability/ISO 9899
4158 <tag/See also/
4159 <ref id="isalnum" name="isalnum">,
4160 <ref id="isalpha" name="isalpha">,
4161 <ref id="isascii" name="isascii">,
4162 <ref id="isblank" name="isblank">,
4163 <ref id="iscntrl" name="iscntrl">,
4164 <ref id="isdigit" name="isdigit">,
4165 <ref id="isgraph" name="isgraph">,
4166 <ref id="islower" name="islower">,
4167 <ref id="isprint" name="isprint">,
4168 <ref id="ispunct" name="ispunct">,
4169 <ref id="isspace" name="isspace">,
4170 <ref id="isxdigit" name="isxdigit">
4171 <tag/Example/None.
4172 </descrip>
4173 </quote>
4174
4175
4176 <sect1>isxdigit<label id="isxdigit"><p>
4177
4178 <quote>
4179 <descrip>
4180 <tag/Function/Check if a given character is a hexadecimal digit.
4181 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4182 <tag/Declaration/<tt/int __fastcall__ isxdigit (int c);/
4183 <tag/Description/The function returns a non zero value if the given argument
4184 is a hexadecimal digit (0..9, a..f and A..F). The return value is zero if the
4185 character is anything else.
4186 <tag/Notes/<itemize>
4187 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4188 inline sequence generated by the macro will not work correctly for values
4189 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4190 this range. The non inline function may be accessed by <tt/#undef/'ing the
4191 macro.
4192 <item>When compiling without <tt/-Os/, the function is only available as
4193 fastcall function, so it may only be used in presence of a prototype.
4194 </itemize>
4195 <tag/Availability/ISO 9899
4196 <tag/See also/
4197 <ref id="isalnum" name="isalnum">,
4198 <ref id="isalpha" name="isalpha">,
4199 <ref id="isascii" name="isascii">,
4200 <ref id="isblank" name="isblank">,
4201 <ref id="iscntrl" name="iscntrl">,
4202 <ref id="isdigit" name="isdigit">,
4203 <ref id="isgraph" name="isgraph">,
4204 <ref id="islower" name="islower">,
4205 <ref id="isprint" name="isprint">,
4206 <ref id="ispunct" name="ispunct">,
4207 <ref id="isspace" name="isspace">,
4208 <ref id="isupper" name="isupper">
4209 <tag/Example/None.
4210 </descrip>
4211 </quote>
4212
4213
4214 <sect1>itoa<label id="itoa"><p>
4215
4216 <quote>
4217 <descrip>
4218 <tag/Function/Convert an integer into a string.
4219 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
4220 <tag/Declaration/<tt/char* __fastcall__ itoa (int val, char* buf, int radix);/
4221 <tag/Description/<tt/itoa/ converts the integer <tt/val/ into a string using
4222 <tt/radix/ as the base.
4223 <tag/Notes/<itemize>
4224 <item>There are no provisions to prevent a buffer overflow.
4225 <item>If <tt/val/ contains <tt/INT_MIN/, the behaviour is undefined.
4226 <item>The function is non standard, so it is not available in strict ANSI mode.
4227 You should probably use <tt/sprintf/ instead.
4228 <item>The function is only available as fastcall function, so it may only be
4229 used in presence of a prototype.
4230 </itemize>
4231 <tag/Availability/cc65
4232 <tag/See also/
4233 <ref id="atoi" name="atoi">,
4234 <ref id="atol" name="atol">,
4235 <ref id="ltoa" name="ltoa">,
4236 <ref id="ultoa" name="ultoa">,
4237 <ref id="utoa" name="utoa">
4238 <tag/Example/None.
4239 </descrip>
4240 </quote>
4241
4242
4243 <sect1>joy_count<label id="joy_count"><p>
4244
4245 <quote>
4246 <descrip>
4247 <tag/Function/Return the number of joysticks supported by the current driver.
4248 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4249 <tag/Declaration/<tt/unsigned char joy_count (void);/
4250 <tag/Description/The function returns a the number of joysticks supported
4251 by the current joystick driver.
4252 <tag/Notes/<itemize>
4253 <item>A joystick driver must be loaded using <ref id="joy_load_driver"
4254 name="joy_load_driver"> before calling this function.
4255 <item>The function returns the number of joysticks supported by the driver.
4256 There's no way to check for the number of actually connected joysticks.
4257 </itemize>
4258 <tag/Availability/cc65
4259 <tag/See also/
4260 <ref id="joy_load_driver" name="joy_load_driver">,
4261 <ref id="joy_read" name="joy_read">
4262 <tag/Example/None.
4263 </descrip>
4264 </quote>
4265
4266
4267 <sect1>joy_install<label id="joy_install"><p>
4268
4269 <quote>
4270 <descrip>
4271 <tag/Function/Install an already loaded driver and return an error code.
4272 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4273 <tag/Declaration/<tt/unsigned char __fastcall__ joy_install (void* driver);/
4274 <tag/Description/The function installs a driver that was already loaded into
4275 memory (or linked statically to the program). It returns an error code
4276 (<tt/JOY_ERR_OK/ in case of success).
4277 <tag/Notes/<itemize>
4278 <item>The function is only available as fastcall function, so it may only be
4279 used in presence of a prototype.
4280 </itemize>
4281 <tag/Availability/cc65
4282 <tag/See also/
4283 <ref id="joy_load_driver" name="joy_load_driver">,
4284 <ref id="joy_uninstall" name="joy_uninstall">,
4285 <ref id="joy_unload" name="joy_unload">
4286 <tag/Example/None.
4287 </descrip>
4288 </quote>
4289
4290
4291 <sect1>joy_load_driver<label id="joy_load_driver"><p>
4292
4293 <quote>
4294 <descrip>
4295 <tag/Function/Load a driver from disk and install it.
4296 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4297 <tag/Declaration/<tt/unsigned char __fastcall__ joy_load_driver (const char* driver);/
4298 <tag/Description/The function loads a driver with the given name from disk
4299 and installs it. An error code is returned, which is <tt/JOY_ERR_OK/ if the
4300 driver was successfully loaded and installed.
4301 <tag/Notes/<itemize>
4302 <item>The function is only available as fastcall function, so it may only be
4303 used in presence of a prototype.
4304 </itemize>
4305 <tag/Availability/cc65
4306 <tag/See also/
4307 <ref id="joy_install" name="joy_install">,
4308 <ref id="joy_uninstall" name="joy_uninstall">,
4309 <ref id="joy_unload" name="joy_unload">
4310 <tag/Example/None.
4311 </descrip>
4312 </quote>
4313
4314
4315 <sect1>joy_read<label id="joy_read"><p>
4316
4317 <quote>
4318 <descrip>
4319 <tag/Function/Read the status of a joystick.
4320 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4321 <tag/Declaration/<tt/unsigned char __fastcall__ joy_read (unsigned char joystick);/
4322 <tag/Description/The function reads the status bits for a joystick. The number
4323 of the joystick is passed as parameter. The result may be examined by using one
4324 of the <tt/JOY_xxx/ macros from <ref id="joystick.h" name="joystick.h">.
4325 <tag/Notes/<itemize>
4326 <item>A joystick driver must be loaded using <ref id="joy_load_driver"
4327 name="joy_load_driver"> before calling this function.
4328 <item>The function is only available as fastcall function, so it may only be
4329 used in presence of a prototype.
4330 </itemize>
4331 <tag/Availability/cc65
4332 <tag/See also/
4333 <ref id="joy_count" name="joy_count">,
4334 <ref id="joy_load_driver" name="joy_load_driver">,
4335 <ref id="joy_unload" name="joy_unload">
4336 <tag/Example/None.
4337 </descrip>
4338 </quote>
4339
4340
4341 <sect1>joy_uninstall<label id="joy_uninstall"><p>
4342
4343 <quote>
4344 <descrip>
4345 <tag/Function/Uninstall the current joystick driver.
4346 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4347 <tag/Declaration/<tt/unsigned char joy_uninstall (void);/
4348 <tag/Description/The function uninstalls the currently installed joystick
4349 driver. It does not remove the driver from memory. The function returns an
4350 error code, which is <tt/JOY_ERR_OK/ if the driver was successfully uninstalled.
4351 <tag/Notes/<itemize>
4352 <item>A joystick driver must be installed using <ref id="joy_install"
4353 name="joy_install"> before calling this function.
4354 </itemize>
4355 <tag/Availability/cc65
4356 <tag/See also/
4357 <ref id="joy_install" name="joy_install">,
4358 <ref id="joy_load_driver" name="joy_load_driver">,
4359 <ref id="joy_unload" name="joy_unload">
4360 <tag/Example/None.
4361 </descrip>
4362 </quote>
4363
4364
4365 <sect1>joy_unload<label id="joy_unload"><p>
4366
4367 <quote>
4368 <descrip>
4369 <tag/Function/Uninstall, then unload the current joystick driver.
4370 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4371 <tag/Declaration/<tt/unsigned char joy_unload (void);/
4372 <tag/Description/The function uninstalls the currently installed joystick
4373 driver and removes it from memory. An error code is returned, which is
4374 <tt/JOY_ERR_OK/ if the driver was successfully uninstalled.
4375 <tag/Notes/<itemize>
4376 <item>A joystick driver must be loaded using <ref id="joy_load_driver"
4377 name="joy_load_driver"> before calling this function.
4378 </itemize>
4379 <tag/Availability/cc65
4380 <tag/See also/
4381 <ref id="joy_load_driver" name="joy_load_driver">
4382 <tag/Example/None.
4383 </descrip>
4384 </quote>
4385
4386
4387 <sect1>kbhit<label id="kbhit"><p>
4388
4389 <quote>
4390 <descrip>
4391 <tag/Function/Check if there's a key waiting in the keyboard buffer.
4392 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
4393 <tag/Declaration/<tt/unsigned char kbhit (void);/
4394 <tag/Description/The function returns a value of zero if there is no character
4395 waiting to be read from the keyboard. It returns non zero otherwise.
4396 <tag/Notes/<itemize>
4397 <item>If the system does not support a keyboard buffer (most systems
4398 do), the function is rather useless.
4399 </itemize>
4400 <tag/Availability/cc65
4401 <tag/See also/
4402 <ref id="cgetc" name="cgetc">,
4403 <ref id="cursor" name="cursor">
4404 <tag/Example/None.
4405 </descrip>
4406 </quote>
4407
4408
4409 <sect1>kbrepeat<label id="kbrepeat"><p>
4410
4411 <quote>
4412 <descrip>
4413 <tag/Function/Set the keyboard repeat mode.
4414 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
4415 <tag/Declaration/<tt/unsigned char __fastcall__ kbrepeat (unsigned char mode);/
4416 <tag/Description/This function changes which keys have automatic repeat when
4417 being held down for a certain time. Possible values are <tt/KBREPEAT_CURSOR/
4418 (repeat only cursor-related keys), <tt/KBREPEAT_NONE/ (no repeat for any
4419 keys), and <tt/KBREPEAT_ALL/ (repeat all keys). The old mode is returned, so
4420 it can be restored later.
4421 <tag/Notes/<itemize>
4422 <item>The function is available only as a fastcall function; so, it may be used
4423 only in the presence of a prototype.
4424 </itemize>
4425 <tag/Availability/cc65
4426 <tag/Example/None.
4427 </descrip>
4428 </quote>
4429
4430
4431 <sect1>labs<label id="labs"><p>
4432
4433 <quote>
4434 <descrip>
4435 <tag/Function/Returns the absolute value of a long integer.
4436 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
4437 <tag/Declaration/<tt/long __fastcall__ labs (long v);/
4438 <tag/Description/<tt/labs/ returns the absolute value of the argument passed to
4439 the function.
4440 <tag/Notes/<itemize>
4441 <item>The return value is undefined if <tt/LONG_MIN/ is passed to the function.
4442 <item>The function is only available as fastcall function, so it may only be
4443 used in presence of a prototype.
4444 </itemize>
4445 <tag/Availability/ISO 9899
4446 <tag/See also/
4447 <ref id="abs" name="abs">
4448 <tag/Example/None.
4449 </descrip>
4450 </quote>
4451
4452
4453 <sect1>ltoa<label id="ltoa"><p>
4454
4455 <quote>
4456 <descrip>
4457 <tag/Function/Convert a long integer into a string.
4458 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
4459 <tag/Declaration/<tt/char* __fastcall__ ltoa (long val, char* buf, int radix);/
4460 <tag/Description/<tt/itoa/ converts the long integer <tt/val/ into a string
4461 using <tt/radix/ as the base.
4462 <tag/Notes/<itemize>
4463 <item>There are no provisions to prevent a buffer overflow.
4464 <item>If <tt/val/ contains <tt/LONG_MIN/, the behaviour is undefined.
4465 <item>The function is non standard, so it is not available in strict ANSI mode.
4466 You should probably use <tt/sprintf/ instead.
4467 <item>The function is only available as fastcall function, so it may only be
4468 used in presence of a prototype.
4469 </itemize>
4470 <tag/Availability/cc65
4471 <tag/See also/
4472 <ref id="atoi" name="atoi">,
4473 <ref id="atol" name="atol">,
4474 <ref id="itoa" name="itoa">,
4475 <ref id="ultoa" name="ultoa">,
4476 <ref id="utoa" name="utoa">
4477 <tag/Example/None.
4478 </descrip>
4479 </quote>
4480
4481
4482 <sect1>localeconv<label id="localeconv"><p>
4483
4484 <quote>
4485 <descrip>
4486 <tag/Function/Returns a pointer to the current locale structure.
4487 <tag/Header/<tt/<ref id="locale.h" name="locale.h">/
4488 <tag/Declaration/<tt/struct lconv* localeconv (void);/
4489 <tag/Description/<tt/localeconv/ returns a pointer to the current locale
4490 structure.
4491 <tag/Notes/<itemize>
4492 <item>cc65 supports only the "C" locale, so even after setting a new locale
4493 using <tt/<ref id="setlocale" name="setlocale">/, the structure returned will
4494 always be the same.
4495 </itemize>
4496 <tag/Availability/ISO 9899
4497 <tag/See also/
4498 <ref id="setlocale" name="setlocale">
4499 <tag/Example/None.
4500 </descrip>
4501 </quote>
4502
4503
4504 <sect1>longjmp<label id="longjmp"><p>
4505
4506 <quote>
4507 <descrip>
4508 <tag/Function/Non local goto.
4509 <tag/Header/<tt/<ref id="setjmp.h" name="setjmp.h">/
4510 <tag/Declaration/<tt/void __fastcall__ longjmp (jmp_buf buf, int retval);/
4511 <tag/Description/The <tt/longjmp/ function restores a program context from the
4512 data in <tt/buf/, which must have been set by a preceeding call to
4513 <tt/<ref id="setjmp" name="setjmp">/. Program execution continues as if the
4514 call to <tt/<ref id="setjmp" name="setjmp">/ has just returned the value
4515 <tt/retval/.
4516 <tag/Notes/<itemize>
4517 <item>If the parameter <tt/retval/ is zero, the function will behave as if it
4518 was called with a value of one.
4519 <item>The function is only available as fastcall function, so it may only
4520 be used in presence of a prototype.
4521 </itemize>
4522 <tag/Availability/ISO 9899
4523 <tag/See also/
4524 <ref id="setjmp" name="setjmp">
4525 <tag/Example/None.
4526 </descrip>
4527 </quote>
4528
4529
4530 <sect1>malloc<label id="malloc"><p>
4531
4532 <quote>
4533 <descrip>
4534 <tag/Function/Allocate dynamic memory.
4535 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
4536 <tag/Declaration/<tt/void* __fastcall__ malloc (size_t size);/
4537 <tag/Description/<tt/malloc/ allocates size bytes on the heap and returns a
4538 pointer to the allocated memory block. On error (not enough memory available),
4539 <tt/malloc/ returns <tt/NULL/.
4540 <tag/Notes/<itemize>
4541 <item>The function is only available as fastcall function, so it may only
4542 be used in presence of a prototype.
4543 </itemize>
4544 <tag/Availability/ISO 9899
4545 <tag/See also/
4546 <ref id="_heapadd" name="_heapadd">,
4547 <ref id="_heapblocksize" name="_heapblocksize">,
4548 <ref id="_heapmaxavail" name="_heapmaxavail">,
4549 <ref id="_heapmemavail" name="_heapmemavail">,
4550 <ref id="calloc" name="calloc">,
4551 <ref id="free" name="free">,
4552 <ref id="realloc" name="realloc">,
4553 <ref id="strdup" name="strdup">
4554 <tag/Example/None.
4555 </descrip>
4556 </quote>
4557
4558
4559 <sect1>memchr<label id="memchr"><p>
4560
4561 <quote>
4562 <descrip>
4563 <tag/Function/Search for a character in a block of raw memory.
4564 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4565 <tag/Declaration/<tt/void* __fastcall__ strchr (const void* mem, int c, size_t count);/
4566 <tag/Description/The <tt/memchr/ function locates the first occurrence of <tt/c/
4567 (converted to a char) in the block of raw memory string pointed to by <tt/mem/
4568 that is of size <tt/count/. Upon completion, the function returns a pointer to
4569 the character found, or a null pointer if the character was not found.
4570 <tag/Notes/<itemize>
4571 <item>The function is only available as fastcall function, so it may only
4572 be used in presence of a prototype.
4573 </itemize>
4574 <tag/Availability/ISO 9899
4575 <tag/See also/
4576 <ref id="strchr" name="strchr">
4577 <tag/Example/None.
4578 </descrip>
4579 </quote>
4580
4581
4582 <sect1>memcmp<label id="memcmp"><p>
4583
4584 <quote>
4585 <descrip>
4586 <tag/Function/Compare two memory areas.
4587 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4588 <tag/Declaration/<tt/int __fastcall__ memcmp (const void* p1, const void* p2, size_t count);/
4589 <tag/Description/<tt/memcmp/ compares <tt/count/ bytes from the memory area
4590 pointed to by <tt/p1/ into the memory area pointed to by <tt/p2/. It returns a value that is less than
4591 zero if <tt/p1/ is less than <tt/p2/, zero if <tt/p1/ is the same as <tt/p2/,
4592 and a value greater than zero if <tt/p1/ is greater than <tt/p2/.
4593 <tag/Notes/<itemize>
4594 <item>The function is only available as fastcall function, so it may only
4595 be used in presence of a prototype.
4596 </itemize>
4597 <tag/Availability/ISO 9899
4598 <tag/See also/
4599 <ref id="strcmp" name="strcmp">,
4600 <ref id="memmove" name="memmove">,
4601 <ref id="memset" name="memset">
4602 <tag/Example/None.
4603 </descrip>
4604 </quote>
4605
4606
4607 <sect1>memcpy<label id="memcpy"><p>
4608
4609 <quote>
4610 <descrip>
4611 <tag/Function/Copy a memory area.
4612 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4613 <tag/Declaration/<tt/void* __fastcall__ memcpy (void* dest, const void* src, size_t count);/
4614 <tag/Description/<tt/memcpy/ copies <tt/count/ bytes from the memory area
4615 pointed to by <tt/src/ into the memory area pointed to by <tt/dest/. It returns
4616 <tt/dest/.
4617 <tag/Notes/<itemize>
4618 <item>The result is undefined if the memory areas do overlap. Use
4619 <tt/<ref id="memmove" name="memmove">/ to copy overlapping memory areas.
4620 <item>The function is only available as fastcall function, so it may only
4621 be used in presence of a prototype.
4622 </itemize>
4623 <tag/Availability/ISO 9899
4624 <tag/See also/
4625 <ref id="_swap" name="_swap">,
4626 <ref id="memmove" name="memmove">,
4627 <ref id="memset" name="memset">
4628 <tag/Example/None.
4629 </descrip>
4630 </quote>
4631
4632
4633 <sect1>memmove<label id="memmove"><p>
4634
4635 <quote>
4636 <descrip>
4637 <tag/Function/Copy a memory area.
4638 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4639 <tag/Declaration/<tt/void* __fastcall__ memmove (void* dest, const void* src, size_t count);/
4640 <tag/Description/<tt/memmove/ copies <tt/count/ bytes from the memory area
4641 pointed to by <tt/src/ into the memory area pointed to by <tt/dest/. It returns
4642 <tt/dest/.
4643 <tag/Notes/<itemize>
4644 <item>While <tt/memmove/ allows the memory areas to overlap, it has some
4645 additional overhead compared to <tt/<ref id="memcpy" name="memcpy">/.
4646 <item>The function is only available as fastcall function, so it may only
4647 be used in presence of a prototype.
4648 </itemize>
4649 <tag/Availability/ISO 9899
4650 <tag/See also/
4651 <ref id="_swap" name="_swap">,
4652 <ref id="memcpy" name="memcpy">,
4653 <ref id="memset" name="memset">
4654 <tag/Example/None.
4655 </descrip>
4656 </quote>
4657
4658
4659 <sect1>memset<label id="memset"><p>
4660
4661 <quote>
4662 <descrip>
4663 <tag/Function/Fill a memory area.
4664 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4665 <tag/Declaration/<tt/void* __fastcall__ memset (void* p, int val, size_t count);/
4666 <tag/Description/<tt/memset/ fills the memory area pointed to by <tt/p/ with
4667 the value <tt/val/. The function returns <tt/p/.
4668 <tag/Notes/<itemize>
4669 <item>The function is only available as fastcall function, so it may only
4670 be used in presence of a prototype.
4671 </itemize>
4672 <tag/Availability/ISO 9899
4673 <tag/See also/
4674 <ref id="_swap" name="_swap">,
4675 <ref id="bzero" name="bzero">,
4676 <ref id="memcpy" name="memcpy">,
4677 <ref id="memmove" name="memmove">
4678 <tag/Example/None.
4679 </descrip>
4680 </quote>
4681
4682
4683 <sect1>mod_free<label id="mod_free"><p>
4684
4685 <quote>
4686 <descrip>
4687 <tag/Function/Free a relocatable module.
4688 <tag/Header/<tt/<ref id="modload.h" name="modload.h">/
4689 <tag/Declaration/<tt/void __fastcall__ mod_free (void* module);/
4690 <tag/Description/The function will free a module loaded into memory by use of
4691 the <tt/<ref id="mod_load" name="mod_load">/ function.
4692 <tag/Notes/<itemize>
4693 <item>The pointer passed as parameter is the pointer to the module memory,
4694 not the pointer to the control structure.
4695 <item>The function is available only as a fastcall function; so, it may be used
4696 only in the presence of a prototype.
4697 </itemize>
4698 <tag/Availability/cc65
4699 <tag/See also/
4700 <ref id="mod_load" name="mod_load">
4701 <tag/Example/None.
4702 </descrip>
4703 </quote>
4704
4705
4706 <sect1>mod_load<label id="mod_load"><p>
4707
4708 <quote>
4709 <descrip>
4710 <tag/Function/Load a relocatable module.
4711 <tag/Header/<tt/<ref id="modload.h" name="modload.h">/
4712 <tag/Declaration/<tt/unsigned char __fastcall__ mod_load (struct mod_ctrl* ctrl);/
4713 <tag/Description/The function will load a code module into memory and relocate
4714 it. The function will return an error code. If <tt/MLOAD_OK/ is returned, the
4715 outgoing fields in the passed <tt/mod_ctrl/ struct contain information about
4716 the module just loaded. Possible error codes are:
4717 <itemize>
4718 <item><tt/MLOAD_OK/ - Module load successful
4719 <item><tt/MLOAD_ERR_READ/ - Read error
4720 <item><tt/MLOAD_ERR_HDR/ - Header error
4721 <item><tt/MLOAD_ERR_OS/ - Wrong operating system
4722 <item><tt/MLOAD_ERR_FMT/ - Data format error
4723 <item><tt/MLOAD_ERR_MEM/ - Not enough memory
4724 </itemize>
4725 <tag/Notes/<itemize>
4726 <item>The <htmlurl url="ld65.html" name="ld65"> linker is needed to create
4727 relocatable o65 modules for use with this function.
4728 <item>The function is available only as a fastcall function; so, it may be used
4729 only in the presence of a prototype.
4730 </itemize>
4731 <tag/Availability/cc65
4732 <tag/See also/
4733 <ref id="mod_free" name="mod_free">
4734 <tag/Example/None.
4735 </descrip>
4736 </quote>
4737
4738
4739 <sect1>mouse_setbox<label id="mouse_setbox"><p>
4740
4741 <quote>
4742 <descrip>
4743 <tag/Function/Specify a bounding box for the mouse cursor.
4744 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4745 <tag/Declaration/<tt/void __fastcall__ mouse_setbox (const struct mouse_box* box);/
4746 <tag/Description/The function allows to set a bounding box for mouse movement.
4747 <tag/Notes/<itemize>
4748 <item>The function does not check if the mouse cursor is currently within the
4749 given rectangle. Placing the mouse cursor within the bounding box is the
4750 responsibility of the programmer.
4751 <item>While the bounding box may be larger than the actual screen size, the
4752 standard mouse cursor draw routines may fail to set the cursor to coordinates
4753 outside of the screen area. Depending on the platform, you may have to supply
4754 your own mouse cursor routines.
4755 <item>The function is only available as fastcall function, so it may only be
4756 used in presence of a prototype.
4757 </itemize>
4758 <tag/Availability/cc65
4759 <tag/See also/
4760 <ref id="mouse_getbox" name="mouse_getbox">,
4761 <ref id="mouse_move" name="mouse_move">
4762 <tag/Example/None.
4763 </descrip>
4764 </quote>
4765
4766
4767 <sect1>mouse_getbox<label id="mouse_getbox"><p>
4768
4769 <quote>
4770 <descrip>
4771 <tag/Function/Return the current bounding box for the mouse cursor.
4772 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4773 <tag/Declaration/<tt/void __fastcall__ mouse_getbox (struct mouse_box* box);/
4774 <tag/Description/The function queries the current bounding box for mouse
4775 movement.
4776 <tag/Notes/<itemize>
4777 <item>The function is only available as fastcall function, so it may only be
4778 used in presence of a prototype.
4779 </itemize>
4780 <tag/Availability/cc65
4781 <tag/See also/
4782 <ref id="mouse_move" name="mouse_move">,
4783 <ref id="mouse_setbox" name="mouse_setbox">
4784 <tag/Example/None.
4785 </descrip>
4786 </quote>
4787
4788
4789 <sect1>mouse_buttons<label id="mouse_buttons"><p>
4790
4791 <quote>
4792 <descrip>
4793 <tag/Function/Return a bit mask encoding the state of the mouse buttons.
4794 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4795 <tag/Declaration/<tt/unsigned char mouse_buttons (void);/
4796 <tag/Description/The function returns a bit mask that encodes the state of the
4797 mouse buttons. You may use the <tt/MOUSE_BTN_XXX/ flags to decode the function
4798 return value.
4799 <tag/Availability/cc65
4800 <tag/See also/
4801 <ref id="mouse_info" name="mouse_info">,
4802 <ref id="mouse_pos" name="mouse_pos">
4803 <tag/Example/None.
4804 </descrip>
4805 </quote>
4806
4807
4808 <sect1>mouse_geterrormsg<label id="mouse_geterrormsg"><p>
4809
4810 <quote>
4811 <descrip>
4812 <tag/Function/Return a readable error message for an error code.
4813 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4814 <tag/Declaration/<tt/const char* __fastcall__ mouse_geterrormsg (unsigned char
4815 code);/
4816 <tag/Description/The function returns an error message (in english) for the
4817 error code passed parameter.
4818 <tag/Notes/<itemize>
4819 <item>The function will return "Unknown error" for invalid error codes.
4820 <item>The function is only available as fastcall function, so it may only be
4821 used in presence of a prototype.
4822 </itemize>
4823 <tag/Availability/cc65
4824 <tag/See also/
4825 <ref id="mouse_load_driver" name="mouse_load_driver">,
4826 <ref id="mouse_uninstall" name="mouse_uninstall">,
4827 <ref id="mouse_unload" name="mouse_unload">
4828 <tag/Example/None.
4829 </descrip>
4830 </quote>
4831
4832
4833 <sect1>mouse_hide<label id="mouse_hide"><p>
4834
4835 <quote>
4836 <descrip>
4837 <tag/Function/Hide the mouse pointer.
4838 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4839 <tag/Declaration/<tt/void mouse_hide (void);/
4840 <tag/Description/The function hides the mouse pointer. It manages a counter
4841 that is shared between <tt/<ref id="mouse_show" name="mouse_show">/ and
4842 <tt/mouse_hide/ so that every call call to <tt/mouse_hide/ must be followed by
4843 a call to <tt/<ref id="mouse_show" name="mouse_show">/ to make the mouse cursor
4844 visible.
4845 <tag/Availability/cc65
4846 <tag/See also/
4847 <ref id="mouse_show" name="mouse_show">
4848 <tag/Example/None.
4849 </descrip>
4850 </quote>
4851
4852
4853 <sect1>mouse_info<label id="mouse_info"><p>
4854
4855 <quote>
4856 <descrip>
4857 <tag/Function/Return the state of the mouse buttons and the position of the
4858 mouse.
4859 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4860 <tag/Declaration/<tt/void __fastcall__ mouse_info (struct mouse_info* info);/
4861 <tag/Description/The function returns the state of the mouse buttons and the
4862 position of the mouse in the <tt/mouse_info/ structure passed as parameter.
4863 <tag/Notes/<itemize>
4864 <item>The <tt/mouse_info/ struct is a superset of the <tt/mouse_pos/ struct,
4865 so if you just need the mouse position, call <tt/<ref id="mouse_pos"
4866 name="mouse_pos">/ instead.
4867 <item>The function is only available as fastcall function, so it may only be
4868 used in presence of a prototype.
4869 </itemize>
4870 <tag/Availability/cc65
4871 <tag/See also/
4872 <ref id="mouse_buttons" name="mouse_buttons">,
4873 <ref id="mouse_pos" name="mouse_pos">
4874 <tag/Example/None.
4875 </descrip>
4876 </quote>
4877
4878
4879 <sect1>mouse_install<label id="mouse_install"><p>
4880
4881 <quote>
4882 <descrip>
4883 <tag/Function/Install an already loaded mouse driver.
4884 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4885 <tag/Declaration/<tt/unsigned char __fastcall__ mouse_install (const struct
4886 mouse_callbacks* c, void* driver);/
4887 <tag/Description/The function installs an already loaded mouse driver and
4888 returns an error code. The <tt/mouse_callbacks/ structure passed as first
4889 parameter contains pointers to routines needed to move or hide/show the mouse
4890 pointer. Defaults for these routines are supplied by the library, so if you
4891 can live with these defaults (which are platform specific), just pass a
4892 pointer to <tt/mouse_def_callbacks/. The function may be used to install a
4893 driver linked statically to the program.
4894 <tag/Notes/<itemize>
4895 <item>Not all drivers are able to detect if the supported hardware is really
4896 present.
4897 <item>After installing a driver, the mouse cursor is hidden.
4898 <item>The function is only available as fastcall function, so it may only be
4899 used in presence of a prototype.
4900 </itemize>
4901 <tag/Availability/cc65
4902 <tag/See also/
4903 <ref id="mouse_load_driver" name="mouse_load_driver">,
4904 <ref id="mouse_uninstall" name="mouse_uninstall">,
4905 <ref id="mouse_unload" name="mouse_unload">
4906 <tag/Example/None.
4907 </descrip>
4908 </quote>
4909
4910
4911 <sect1>mouse_ioctl<label id="mouse_ioctl"><p>
4912
4913 <quote>
4914 <descrip>
4915 <tag/Function/Call the driver specific ioctl function.
4916 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4917 <tag/Declaration/<tt/unsigned char __fastcall__ mouse_ioctl (unsigned char code, void* data);/
4918 <tag/Description/The function calls the IOCTL entry in the mouse driver,
4919 which is driver specific. The <tt/code/ parameter will choose between
4920 different IOCTL functions, and the <tt/data/ depends on code. The
4921 function returns an error code. The purpose of this function is to allow
4922 for driver specific extensions. See the documentation for a specific mouse
4923 driver for supported ioctl calls.
4924 <tag/Notes/<itemize>
4925 <item>Calling this function is non portable, because each driver may
4926 implement different ioctl calls (or none at all).
4927 <item>The function is only available as fastcall function, so it may only be
4928 used in presence of a prototype.
4929 </itemize>
4930 <tag/Availability/cc65
4931 <tag/Example/None.
4932 </descrip>
4933 </quote>
4934
4935
4936 <sect1>mouse_load_driver<label id="mouse_load_driver"><p>
4937
4938 <quote>
4939 <descrip>
4940 <tag/Function/Load and initialize a mouse driver.
4941 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4942 <tag/Declaration/<tt/unsigned char __fastcall__ mouse_load_driver (const struct
4943 mouse_callbacks* c, const char* driver);/
4944 <tag/Description/Load a mouse driver into memory and initialize it. The
4945 function returns an error code that tells if the call has been successful. The
4946 <tt/mouse_callbacks/ structure passed as first parameter contains pointers to
4947 routines needed to move or hide/show the mouse pointer. Defaults for these
4948 routines are supplied by the library, so if you can live with these defaults
4949 (which are platform specific), just pass a pointer to <tt/mouse_def_callbacks/.
4950 <tag/Notes/<itemize>
4951 <item>The driver is loaded by name, so currently you must know the type of
4952 mouse that should be supported. There is no autodetect capability.
4953 <item>Not all drivers are able to detect if the supported hardware is really
4954 present.
4955 <item>After installing a driver, the mouse cursor is hidden.
4956 <item>The function is only available as fastcall function, so it may only be
4957 used in presence of a prototype.
4958 </itemize>
4959 <tag/Availability/cc65
4960 <tag/See also/
4961 <ref id="mouse_install" name="mouse_install">,
4962 <ref id="mouse_uninstall" name="mouse_uninstall">,
4963 <ref id="mouse_unload" name="mouse_unload">
4964 <tag/Example/None.
4965 </descrip>
4966 </quote>
4967
4968
4969 <sect1>mouse_move<label id="mouse_move"><p>
4970
4971 <quote>
4972 <descrip>
4973 <tag/Function/Move the mouse cursor to a specific position.
4974 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4975 <tag/Declaration/<tt/void __fastcall__ mouse_move (int x, int y);/
4976 <tag/Description/The function updates the mouse position. If the mouse cursor
4977 is visible, it is shown at the new position.
4978 <tag/Notes/<itemize>
4979 <item>The function does not check if the new position is within the bounding
4980 box specified with <tt/<ref id="mouse_setbox" name="mouse_setbox">/.
4981 <item>The function is only available as fastcall function, so it may only be
4982 used in presence of a prototype.
4983 </itemize>
4984 <tag/Availability/cc65
4985 <tag/See also/
4986 <ref id="mouse_getbox" name="mouse_getbox">,
4987 <ref id="mouse_setbox" name="mouse_setbox">
4988 <tag/Example/None.
4989 </descrip>
4990 </quote>
4991
4992
4993 <sect1>mouse_pos<label id="mouse_pos"><p>
4994
4995 <quote>
4996 <descrip>
4997 <tag/Function/Return the position of the mouse.
4998 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4999 <tag/Declaration/<tt/void __fastcall__ mouse_pos (struct mouse_pos* pos);/
5000 <tag/Description/The function returns the position of the mouse in the
5001 <tt/mouse_pos/ structure passed as parameter.
5002 <tag/Notes/<itemize>
5003 <item>The <tt/mouse_pos/ struct is a subset of the <tt/mouse_info/ struct,
5004 so if you do also need the mouse buttons, call <tt/<ref id="mouse_info"
5005 name="mouse_info">/ instead.
5006 <item>The function is only available as fastcall function, so it may only be
5007 used in presence of a prototype.
5008 </itemize>
5009 <tag/Availability/cc65
5010 <tag/See also/
5011 <ref id="mouse_buttons" name="mouse_buttons">,
5012 <ref id="mouse_info" name="mouse_info">
5013 <tag/Example/None.
5014 </descrip>
5015 </quote>
5016
5017
5018 <sect1>mouse_show<label id="mouse_show"><p>
5019
5020 <quote>
5021 <descrip>
5022 <tag/Function/Show the mouse pointer.
5023 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
5024 <tag/Declaration/<tt/void mouse_show (void);/
5025 <tag/Description/The function shows the mouse pointer. It manages a counter
5026 that is shared between <tt/<ref id="mouse_hide" name="mouse_hide">/ and
5027 <tt/mouse_show/. The mouse cursor is visible if there was one more call to
5028 <tt/mouse_show/ than to <tt/<ref id="mouse_hide" name="mouse_hide">/.
5029 <tag/Availability/cc65
5030 <tag/See also/
5031 <ref id="mouse_hide" name="mouse_hide">
5032 <tag/Example/None.
5033 </descrip>
5034 </quote>
5035
5036
5037 <sect1>mouse_uninstall<label id="mouse_uninstall"><p>
5038
5039 <quote>
5040 <descrip>
5041 <tag/Function/Uninstall an already loaded mouse driver.
5042 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
5043 <tag/Declaration/<tt/unsigned char mouse_uninstall (void);/
5044 <tag/Description/The function uninstalls an already loaded mouse driver but
5045 don't removes it from memory.
5046 <tag/Notes/<itemize>
5047 <item>If the driver has been loaded using <tt/<ref id="mouse_load_driver"
5048 name="mouse_load_driver">/, <tt/<ref id="mouse_unload" name="mouse_unload">/
5049 should be used instead of <tt/mouse_uninstall/ so the driver is also removed
5050 from memory.
5051 </itemize>
5052 <tag/Availability/cc65
5053 <tag/See also/
5054 <ref id="mouse_install" name="mouse_install">,
5055 <ref id="mouse_load_driver" name="mouse_load_driver">,
5056 <ref id="mouse_unload" name="mouse_unload">
5057 <tag/Example/None.
5058 </descrip>
5059 </quote>
5060
5061
5062 <sect1>mouse_unload<label id="mouse_unload"><p>
5063
5064 <quote>
5065 <descrip>
5066 <tag/Function/Unload a mouse driver.
5067 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
5068 <tag/Declaration/<tt/unsigned char mouse_unload (void);/
5069 <tag/Description/The function unloads a loaded mouse driver and frees all
5070 memory allocated for the driver.
5071 <tag/Notes/<itemize>
5072 <item>The function does nothing if no driver is loaded.
5073 </itemize>
5074 <tag/Availability/cc65
5075 <tag/See also/
5076 <ref id="mouse_install" name="mouse_install">,
5077 <ref id="mouse_load_driver" name="mouse_load_driver">,
5078 <ref id="mouse_uninstall" name="mouse_uninstall">
5079 <tag/Example/None.
5080 </descrip>
5081 </quote>
5082
5083
5084 <sect1>offsetof<label id="offsetof"><p>
5085
5086 <quote>
5087 <descrip>
5088 <tag/Function/Calculate the offset of a struct or union member.
5089 <tag/Header/<tt/<ref id="stddef.h" name="stddef.h">/
5090 <tag/Declaration/<tt/size_t offsetof (type, member);/
5091 <tag/Description/<tt/offsetof/ calculates the address offset of a <tt/struct/
5092 or <tt/union/ member.
5093 <tag/Notes/<itemize>
5094 <item>The function is actually a macro.
5095 </itemize>
5096 <tag/Availability/ISO 9899
5097 <tag/Example/None.
5098 </descrip>
5099 </quote>
5100
5101
5102 <sect1>open<label id="open"><p>
5103
5104 <quote>
5105 <descrip>
5106 <tag/Function/Open and possibly create a file.
5107 <tag/Header/<tt/<ref id="fcntl.h" name="fcntl.h">/
5108 <tag/Declaration/<tt/int open (const char* name, int flags, ...);/
5109 <tag/Description/<tt/open/ opens a file and returns the file descriptor
5110 associated with it. On error, -1 is returned and an error code is stored in
5111 <tt/errno/. Several flags may be passed to <tt/open/ that change the behaviour.
5112 <tag/Notes/<itemize>
5113 <item>POSIX specifies an additional <tt/mode/ argument that may be passed to
5114 open, which is used as the permission mask when a new file is created. While
5115 cc65 allows to pass this argument, it is ignored.
5116 </itemize>
5117 <tag/Availability/POSIX 1003.1
5118 <tag/See also/
5119 <ref id="close" name="close">,
5120 <ref id="creat" name="creat">
5121 <tag/Example/None.
5122 </descrip>
5123 </quote>
5124
5125
5126 <sect1>opendir<label id="opendir"><p>
5127
5128 <quote>
5129 <descrip>
5130 <tag/Function/Open a directory.
5131 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
5132 <tag/Declaration/<tt/DIR* __fastcall__ opendir (const char* name);/
5133 <tag/Description/<tt/opendir/ opens a directory and returns the direcory
5134 descriptor associated with it. On error, NULL is returned and an error code is
5135 stored in <tt/errno/.
5136 <tag/Notes/<itemize>
5137 <item>The function is only available as fastcall function, so it may only
5138 be used in presence of a prototype.
5139 </itemize>
5140 <tag/Availability/POSIX 1003.1
5141 <tag/See also/
5142 <ref id="closedir" name="closedir">,
5143 <ref id="readdir" name="readdir">
5144 <tag/Example/None.
5145 </descrip>
5146 </quote>
5147
5148
5149 <sect1>peekbsys<label id="peekbsys"><p>
5150
5151 <quote>
5152 <descrip>
5153 <tag/Function/Read one byte from a location in the system bank.
5154 <tag/Header/<tt/<ref id="cbm610.h" name="cbm610.h">/,
5155 <tt/<ref id="cbm510.h" name="cbm510.h">/
5156 <tag/Declaration/<tt/unsigned char __fastcall__ peekbsys (unsigned addr);/
5157 <tag/Description/<tt/peekbsys/ reads one byte from the given address in the
5158 system bank (bank 15) of the CBM PET-II machines and returns it.
5159 <tag/Notes/<itemize>
5160 <item>The function is only available as fastcall function, so it may only
5161 be used in presence of a prototype.
5162 <item>This function may be a macro depending on the compiler options. The
5163 actual function is accessible by #undef'ing the macro.
5164 </itemize>
5165 <tag/Availability/cc65
5166 <tag/See also/
5167 <ref id="PEEK" name="PEEK">,
5168 <ref id="PEEKW" name="PEEKW">,
5169 <ref id="peekwsys" name="peekwsys">,
5170 <ref id="pokebsys" name="pokebsys">,
5171 <ref id="pokewsys" name="pokewsys">
5172 <tag/Example/None.
5173 </descrip>
5174 </quote>
5175
5176
5177 <sect1>peekwsys<label id="peekwsys"><p>
5178
5179 <quote>
5180 <descrip>
5181 <tag/Function/Read one word from a location in the system bank.
5182 <tag/Header/<tt/<ref id="cbm610.h" name="cbm610.h">/,
5183 <tt/<ref id="cbm510.h" name="cbm510.h">/
5184 <tag/Declaration/<tt/unsigned __fastcall__ peekwsys (unsigned addr);/
5185 <tag/Description/<tt/peekwsys/ reads one word from the given address in the
5186 system bank (bank 15) of the CBM PET-II machines and returns it. Following
5187 the usual 6502 conventions, the low byte is read from <tt/addr/, and the
5188 high byte is read from <tt/addr+1/.
5189 <tag/Notes/<itemize>
5190 <item>The function is only available as fastcall function, so it may only
5191 be used in presence of a prototype.
5192 <item>The order in which the two bytes are read is undefined.
5193 </itemize>
5194 <tag/Availability/cc65
5195 <tag/See also/
5196 <ref id="PEEK" name="PEEK">,
5197 <ref id="PEEKW" name="PEEKW">,
5198 <ref id="peekbsys" name="peekbsys">,
5199 <ref id="pokebsys" name="pokebsys">,
5200 <ref id="pokewsys" name="pokewsys">
5201 <tag/Example/None.
5202 </descrip>
5203 </quote>
5204
5205
5206 <sect1>perror<label id="perror"><p>
5207
5208 <quote>
5209 <descrip>
5210 <tag/Function/Print an error message for the error in <tt/errno/.
5211 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
5212 <tag/Declaration/<tt/void __fastcall__ perror (const char* s);/
5213 <tag/Description/<tt/perror/ prints an error message to <tt/stderr/. If <tt/s/
5214 is not <tt/NULL/ and not an empty string, it is printed followed by a colon and
5215 a blank. Then the error message for the current contents of <tt/errno/ is
5216 printed followed by a newline. The message output is the same as returned by
5217 <tt/<ref id="strerror" name="strerror">/ with an argument of <tt/errno/.
5218 <tag/Notes/<itemize>
5219 <item>The function is only available as fastcall function, so it may only
5220 be used in presence of a prototype.
5221 </itemize>
5222 <tag/Availability/ISO 9899
5223 <tag/See also/
5224 <ref id="_poserror" name="_poserror">,
5225 <ref id="strerror" name="strerror">
5226 <tag/Example/None.
5227 </descrip>
5228 </quote>
5229
5230
5231 <sect1>pokebsys<label id="pokebsys"><p>
5232
5233 <quote>
5234 <descrip>
5235 <tag/Function/Write one byte to a location in the system bank.
5236 <tag/Header/<tt/<ref id="cbm610.h" name="cbm610.h">/,
5237 <tt/<ref id="cbm510.h" name="cbm510.h">/
5238 <tag/Declaration/<tt/void __fastcall__ pokebsys (unsigned addr, unsigned char val);/
5239 <tag/Description/<tt/pokebsys/ writes one byte to the given address in the
5240 system bank (bank 15) of the CBM PET-II machines.
5241 <tag/Notes/<itemize>
5242 <item>The function is only available as fastcall function, so it may only
5243 be used in presence of a prototype.
5244 </itemize>
5245 <tag/Availability/cc65
5246 <tag/See also/
5247 <ref id="POKE" name="POKE">,
5248 <ref id="POKEW" name="POKEW">,
5249 <ref id="peekbsys" name="peekbsys">,
5250 <ref id="peekwsys" name="peekwsys">,
5251 <ref id="pokewsys" name="pokewsys">
5252 <tag/Example/None.
5253 </descrip>
5254 </quote>
5255
5256
5257 <sect1>pokewsys<label id="pokewsys"><p>
5258
5259 <quote>
5260 <descrip>
5261 <tag/Function/Write one word to a location in the system bank.
5262 <tag/Header/<tt/<ref id="cbm610.h" name="cbm610.h">/,
5263 <tt/<ref id="cbm510.h" name="cbm510.h">/
5264 <tag/Declaration/<tt/void __fastcall__ pokewsys (unsigned addr, unsigned val);/
5265 <tag/Description/<tt/pokewsys/ writes one word to the given address in the
5266 system bank (bank 15) of the CBM PET-II machines. Following the usual 6502
5267 conventions, the low byte of <tt/val/ is written to <tt/addr/, and the
5268 high byte is written to <tt/addr+1/.
5269 <tag/Notes/<itemize>
5270 <item>The function is only available as fastcall function, so it may only
5271 be used in presence of a prototype.
5272 <item>The order in which the two bytes are written is undefined.
5273 </itemize>
5274 <tag/Availability/cc65
5275 <tag/See also/
5276 <ref id="POKE" name="POKE">,
5277 <ref id="POKEW" name="POKEW">,
5278 <ref id="peekbsys" name="peekbsys">,
5279 <ref id="peekwsys" name="peekwsys">,
5280 <ref id="pokebsys" name="pokebsys">
5281 <tag/Example/None.
5282 </descrip>
5283 </quote>
5284
5285
5286 <sect1>qsort<label id="qsort"><p>
5287
5288 <quote>
5289 <descrip>
5290 <tag/Function/Sort an array.
5291 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
5292 <tag/Declaration/<tt/void __fastcall__ qsort (void* base, size_t count,
5293 size_t size, int __fastcall__ (* compare) (const void*, const void*));/
5294 <tag/Description/<tt/qsort/ sorts an array according to a given compare
5295 function <tt/compare/. <tt/base/ is the address of the array, <tt/count/
5296 is the number of elements, <tt/size/ the size of an element and <tt/compare/
5297 the function used to compare the members.
5298 <tag/Notes/<itemize>
5299 <item>If there are multiple members with the same key, the order after calling
5300 the function is undefined.
5301 <item>The function is only available as fastcall function, so it may only
5302 be used in presence of a prototype.
5303 <item>The function to which <tt/compare/ points must have the <tt/fastcall/
5304 calling convention.
5305 </itemize>
5306 <tag/Availability/ISO 9899
5307 <tag/See also/
5308 <ref id="bsearch" name="bsearch">
5309 <tag/Example/None.
5310 </descrip>
5311 </quote>
5312
5313
5314 <sect1>raise<label id="raise"><p>
5315
5316 <quote>
5317 <descrip>
5318 <tag/Function/Send a signal to the executing program.
5319 <tag/Header/<tt/<ref id="signal.h" name="signal.h">/
5320 <tag/Declaration/<tt/int __fastcall__ raise (int sig);/
5321 <tag/Description/<tt/raise/ sends the given signal to the program. If the
5322 program has installed a signal handler for the signal, this signal handler
5323 will be executed. If no handler has been installed, the default action for
5324 the raised signal will be taken. The function returns zero on success,
5325 nonzero otherwise.
5326 <tag/Notes/<itemize>
5327 <item>The function is only available as fastcall function, so it may only
5328 be used in presence of a prototype.
5329 </itemize>
5330 <tag/Availability/ISO 9899
5331 <tag/See also/
5332 <ref id="abort" name="abort">,
5333 <ref id="signal" name="signal">
5334 <tag/Example/None.
5335 </descrip>
5336 </quote>
5337
5338
5339 <sect1>rand<label id="rand"><p>
5340
5341 <quote>
5342 <descrip>
5343 <tag/Function/Return a pseudo random number.
5344 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
5345 <tag/Declaration/<tt/int rand (void);/
5346 <tag/Description/The function returns a pseudo random number
5347 between 0 and <tt/RAND_MAX/ (exclusive).
5348 <tag/Notes/<itemize>
5349 <item>Without using <tt><ref id="srand" name="srand"></tt>, always the same
5350 flow of numbers is generated.
5351 <item>On startup, the function behaves as if <ref id="srand" name="srand">
5352 had been used with an argument of 1.
5353 </itemize>
5354 <tag/Availability/ISO 9899
5355 <tag/See also/
5356 <ref id="_randomize" name="_randomize">,
5357 <ref id="srand" name="srand">
5358 <tag/Example/None.
5359 </descrip>
5360 </quote>
5361
5362
5363 <sect1>readdir<label id="readdir"><p>
5364
5365 <quote>
5366 <descrip>
5367 <tag/Function/Read a directory.
5368 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
5369 <tag/Declaration/<tt/struct dirent* __fastcall__ readdir (DIR* dir);/
5370 <tag/Description/<tt/readdir/ reads the next directory entry from the directory
5371 stream pointed to by <tt/dir/. It stores the data in a <tt/dirent/ structure
5372 and returns a pointer to it. If the end of directory is reached, or an error
5373 occurs, NULL is returned. In case of errors, an error code is stored into
5374 <tt/errno/.
5375 <tag/Notes/<itemize>
5376 <item>The function is only available as fastcall function, so it may only
5377 be used in presence of a prototype.
5378 <item>The returned pointer may point to a statically allocated instance of
5379 <tt/struct dirent/, so it may get overwritten by subsequent calls to
5380 <tt/readdir/.
5381 <item>On several platforms, namely the CBMs and the Atari, the disk drives get
5382 confused when opening/closing files between directory reads. So for example a
5383 program that reads the list of files on a disk, and after each call to
5384 <tt/readdir/, opens the file to process it, will fail.<newline>
5385 Possible solutions are reading the directory into memory before processing the
5386 file list, or to reset the directory by seeking to the correct position after
5387 opening/closing a file:
5388 <verb>
5389         seekdir (DIR, telldir (DIR));
5390 </verb>
5391 Platforms known to work without problems are: Apple.
5392 </itemize>
5393 <tag/Availability/POSIX 1003.1
5394 <tag/See also/
5395 <ref id="closedir" name="closedir">,
5396 <ref id="opendir" name="opendir">
5397 <tag/Example/None.
5398 </descrip>
5399 </quote>
5400
5401
5402 <sect1>realloc<label id="realloc"><p>
5403
5404 <quote>
5405 <descrip>
5406 <tag/Function/Change the size of an allocated memory block.
5407 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
5408 <tag/Declaration/<tt/void* __fastcall__ realloc (void* block, size_t size);/
5409 <tag/Description/<tt/realloc/ changes the size of the memory block pointed to
5410 by <tt/block/ to <tt/size/ bytes. If <tt/block/ is <tt/NULL/, <tt/realloc/
5411 behaves as if <tt/malloc/ had been called. If <tt/size/ is zero, <tt/realloc/
5412 behaves as if <tt/free/ had been called. On error (not enough memory
5413 available), <tt/realloc/ returns <tt/NULL/.
5414 <tag/Notes/<itemize>
5415 <item>The part of the memory block that is returned will have its contents
5416 unchanged.
5417 <item>This function is somewhat dangerous to use. Be careful to save the
5418 pointer you're passing somewhere else, otherwise
5419 <tscreen><verb>
5420         ptr = realloc (ptr, size);
5421 </verb></tscreen>
5422 will loose your only copy of <tt/ptr/ if <tt/realloc/ returns <tt/NULL/.
5423 <item>The function is only available as fastcall function, so it may only
5424 be used in presence of a prototype.
5425 </itemize>
5426 <tag/Availability/ISO 9899
5427 <tag/See also/
5428 <ref id="_heapadd" name="_heapadd">,
5429 <ref id="_heapblocksize" name="_heapblocksize">,
5430 <ref id="_heapmaxavail" name="_heapmaxavail">,
5431 <ref id="_heapmemavail" name="_heapmemavail">,
5432 <ref id="calloc" name="calloc">,
5433 <ref id="free" name="free">,
5434 <ref id="realloc" name="realloc">
5435 <tag/Example/None.
5436 </descrip>
5437 </quote>
5438
5439
5440 <sect1>remove<label id="remove"><p>
5441
5442 <quote>
5443 <descrip>
5444 <tag/Function/Delete a file.
5445 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
5446 <tag/Declaration/<tt/int __fastcall__ remove (const char* name);/
5447 <tag/Description/<tt/remove/ deletes the file with the given name. On success,
5448 zero is returned. On error, -1 is returned and <tt/errno/ is set to an error
5449 code describing the reason for the failure.
5450 <tag/Notes/<itemize>
5451 <item>This function is not available on all cc65 targets (depends on the
5452 availability of file I/O).
5453 <item>The function is only available as fastcall function, so it may only
5454 be used in presence of a prototype.
5455 </itemize>
5456 <tag/Availability/ISO 9899
5457 <tag/See also/
5458 <ref id="rename" name="rename">,
5459 <ref id="unlink" name="unlink">
5460 <tag/Example/
5461 <verb>
5462 #include &lt;stdio.h&gt;
5463
5464 #define FILENAME "helloworld"
5465
5466 if (remove (FILENAME) == 0) {
5467     printf ("We deleted %s successfully\n", FILENAME);
5468 } else {
5469     printf ("There was a problem deleting %s\n", FILENAME);
5470 }
5471 </verb>
5472 </descrip>
5473 </quote>
5474
5475
5476 <sect1>rename<label id="rename"><p>
5477
5478 <quote>
5479 <descrip>
5480 <tag/Function/Rename a file.
5481 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
5482 <tag/Declaration/<tt/int __fastcall__ rename (const char* oldname, const char* newname);/
5483 <tag/Description/<tt/rename/ renames a file (gives it a new name). On success,
5484 zero is returned. On error, -1 is returned and <tt/errno/ is set to an error
5485 code describing the reason for the failure.
5486 <tag/Notes/<itemize>
5487 <item>This function is not available on all cc65 targets (depends on the
5488 capabilities of the storage devices).
5489 <item>The function is only available as fastcall function, so it may only
5490 be used in presence of a prototype.
5491 </itemize>
5492 <tag/Availability/ISO 9899
5493 <tag/See also/
5494 <ref id="remove" name="remove">
5495 <tag/Example/
5496 <verb>
5497 #include &lt;stdio.h&gt;
5498
5499 #define OLDNAME "textfile.txt"
5500 #define NEWNAME "textfile.bak"
5501
5502 if (rename (OLDNAME, NEWNAME) == 0) {
5503     printf ("Renamed %s to %s\n", OLDNAME, NEWNAME);
5504 } else {
5505     printf ("Error renaming %s to %s\n", OLDNAME, NEWNAME);
5506 }
5507 </verb>
5508 </descrip>
5509 </quote>
5510
5511
5512 <sect1>reset_brk<label id="reset_brk"><p>
5513
5514 <quote>
5515 <descrip>
5516 <tag/Function/Resets the break vector to its original value.
5517 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
5518 <tag/Declaration/<tt/void reset_brk (void);/
5519 <tag/Description/<tt/reset_brk/ resets the break vector to the value it had
5520 before a call to <tt/set_brk/.
5521 <tag/Notes/<itemize>
5522 <item>The break vector is reset on program termination, so it's not strictly
5523 necessary to call this function as a part of your clean-up when exitting the program.
5524 </itemize>
5525 <tag/Availability/cc65
5526 <tag/See also/
5527 <ref id="reset_irq" name="reset_irq">,
5528 <ref id="set_brk" name="set_brk">,
5529 <ref id="set_irq" name="set_irq">
5530 <tag/Example/None.
5531 </descrip>
5532 </quote>
5533
5534
5535 <sect1>reset_irq<label id="reset_irq"><p>
5536
5537 <quote>
5538 <descrip>
5539 <tag/Function/Resets the C level interrupt request vector.
5540 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
5541 <tag/Declaration/<tt/void reset_irq (void);/
5542 <tag/Description/<tt/reset_irq/ resets the C level interrupt request vector.
5543 <tag/Notes/<itemize>
5544 <item>The interrupt vector is reset on program termination, so it's not strictly
5545 necessary to call this function as a part of your clean-up when exitting the program.
5546 </itemize>
5547 <tag/Availability/cc65
5548 <tag/See also/
5549 <ref id="reset_brk" name="reset_brk">,
5550 <ref id="set_brk" name="set_brk">,
5551 <ref id="set_irq" name="set_irq">
5552 <tag/Example/None.
5553 </descrip>
5554 </quote>
5555
5556
5557 <sect1>revers<label id="revers"><p>
5558
5559 <quote>
5560 <descrip>
5561 <tag/Function/Control revers character display.
5562 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
5563 <tag/Declaration/<tt/unsigned char __fastcall__ revers (unsigned char onoff);/
5564 <tag/Description/If the argument is non zero, the function enables reverse
5565 character display. If the argument is zero, reverse character display is
5566 switched off. The old value of the setting is returned.
5567 <tag/Notes/<itemize>
5568 <item>The function may not be supported by the hardware, in which case
5569 the call is ignored.
5570 <item>The function is only available as fastcall function, so it may only
5571 be used in presence of a prototype.
5572 </itemize>
5573 <tag/Availability/cc65
5574 <tag/See also/
5575 <ref id="textcolor" name="textcolor">
5576 <tag/Example/None.
5577 </descrip>
5578 </quote>
5579
5580
5581 <sect1>rewinddir<label id="rewinddir"><p>
5582
5583 <quote>
5584 <descrip>
5585 <tag/Function/Reset a directory stream.
5586 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
5587 <tag/Declaration/<tt/void __fastcall__ rewinddir (DIR* dir);/
5588 <tag/Description/<tt/rewinddir/ sets the position of the directory stream
5589 pointed to by <tt/dir/ to the start of the directory.
5590 <tag/Notes/<itemize>
5591 <item>The function is only available as fastcall function, so it may only
5592 be used in presence of a prototype.
5593 </itemize>
5594 <tag/Availability/POSIX 1003.1
5595 <tag/See also/
5596 <ref id="seekdir" name="seekdir">,
5597 <ref id="telldir" name="telldir">
5598 <tag/Example/None.
5599 </descrip>
5600 </quote>
5601
5602
5603 <sect1>screensize<label id="screensize"><p>
5604
5605 <quote>
5606 <descrip>
5607 <tag/Function/Return the dimensions of the text mode screen.
5608 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
5609 <tag/Declaration/<tt/void __fastcall__ screensize (unsigned char* x, unsigned char* y);/
5610 <tag/Description/The function returns the dimensions of the text mode screen.
5611 <tag/Notes/<itemize>
5612 <item>The function is only available as fastcall function, so it may only
5613 be used in presence of a prototype.
5614 </itemize>
5615 <tag/Availability/cc65
5616 <tag/See also/
5617 <ref id="gotox" name="gotox">,
5618 <ref id="gotoxy" name="gotoxy">,
5619 <ref id="gotoy" name="gotoy">,
5620 <ref id="wherex" name="wherex">,
5621 <ref id="wherey" name="wherey">
5622 <tag/Example/None.
5623 </descrip>
5624 </quote>
5625
5626
5627 <sect1>seekdir<label id="seekdir"><p>
5628
5629 <quote>
5630 <descrip>
5631 <tag/Function/Set the position of a directory stream.
5632 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
5633 <tag/Declaration/<tt/void __fastcall__ seekdir (DIR* dir, long offset);/
5634 <tag/Description/<tt/seekdir/ sets the position of the directory stream
5635 pointed to by <tt/dir/ to the value given in <tt/offset/, which should be a
5636 value returned by <tt/<ref id="telldir" name="telldir">/.
5637 <tag/Notes/<itemize>
5638 <item>The function is only available as fastcall function, so it may only
5639 be used in presence of a prototype.
5640 </itemize>
5641 <tag/Availability/POSIX 1003.1
5642 <tag/See also/
5643 <ref id="rewinddir" name="rewinddir">,
5644 <ref id="telldir" name="telldir">
5645 <tag/Example/None.
5646 </descrip>
5647 </quote>
5648
5649
5650 <sect1>ser_close<label id="ser_close"><p>
5651
5652 <quote>
5653 <descrip>
5654 <tag/Function/Close the port and disable interrupts
5655 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5656 <tag/Declaration/<tt/unsigned char ser_close (void);/
5657 <tag/Description/Close the port by clearing buffers and disable interrupts.
5658 <tag/Availability/cc65
5659 <tag/See also/Other serial functions.
5660 <tag/Example/
5661 <verb>
5662 #include <serial.h>
5663
5664 static void initialize(){
5665   struct ser_params params = {
5666     SER_BAUD_9600,
5667     SER_BITS_8,
5668     SER_STOP_1,
5669     SER_PAR_MARK,
5670     SER_HS_NONE
5671   };
5672   ser_install(lynx_comlynx); // This will activate the ComLynx
5673   CLI();
5674   ser_open(&amp;params);
5675 }
5676 </verb>
5677 </descrip>
5678 </quote>
5679
5680
5681 <sect1>ser_get<label id="ser_get"><p>
5682
5683 <quote>
5684 <descrip>
5685 <tag/Function/Read a character from serial port.
5686 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5687 <tag/Declaration/<tt/unsigned char __fastcall__ ser_get (char* b);/
5688 <tag/Description/Get a character from the serial port. If no characters are
5689 available, the function will return SER_ERR_NO_DATA, so this is not a fatal
5690 error.
5691 <tag/Notes/<itemize>
5692 <item>The function is only available as fastcall function, so it may only
5693 be used in presence of a prototype.
5694 </itemize>
5695 <tag/Availability/cc65
5696 <tag/See also/Other serial functions.
5697 <tag/Example/
5698 Wait for a character to be available from a serial port.
5699 <verb>
5700 char ch;
5701 while (ser_get(&amp;ch) == SER_ERR_NO_DATA)
5702   ;
5703 </verb>
5704 </descrip>
5705 </quote>
5706
5707
5708 <sect1>ser_install<label id="ser_install"><p>
5709
5710 <quote>
5711 <descrip>
5712 <tag/Function/Install an already loaded driver and return an error code.
5713 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5714 <tag/Declaration/<tt/unsigned char __fastcall__ ser_install (void* driver);/
5715 <tag/Description/The function installs a driver that was already loaded into
5716 memory (or linked statically to the program). It returns an error code
5717 (<tt/SER_ERR_OK/ in case of success).
5718 <tag/Notes/<itemize>
5719 <item>The function is only available as fastcall function, so it may only be
5720 used in presence of a prototype.
5721 </itemize>
5722 <tag/Availability/cc65
5723 <tag/See also/
5724 <ref id="ser_load_driver" name="ser_load_driver">,
5725 <ref id="ser_uninstall" name="ser_uninstall">,
5726 <ref id="ser_unload" name="ser_unload">
5727 <tag/Example/<verb>
5728 ser_install(lynx_comlynx); //Include the driver statically instead of loading it.
5729 </verb>
5730 </descrip>
5731 </quote>
5732
5733
5734 <sect1>ser_ioctl<label id="ser_ioctl"><p>
5735
5736 <quote>
5737 <descrip>
5738 <tag/Function/Platform dependent code extensions.
5739 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5740 <tag/Declaration/<tt/unsigned __fastcall__ ser_ioctl (unsigned char code, void* data);/
5741 <tag/Description/Some platforms have extra serial functions that are not
5742 supported by standard serial driver functions. You can extend the driver to support
5743 this extra functionality bt using ser_ioctl functions.
5744 <tag/Notes/<itemize>
5745 <item>The function is only available as fastcall function, so it may only
5746 be used in presence of a prototype.
5747 <item>These functions are not easily portable to other cc65 platforms.
5748 </itemize>
5749 <tag/Availability/cc65
5750 <tag/See also/Other serial functions.
5751 <tag/Example/None
5752 </descrip>
5753 </quote>
5754
5755 <sect1>ser_load_driver<label id="ser_load_driver"><p>
5756
5757 <quote>
5758 <descrip>
5759 <tag/Function/Load and install a serial driver.
5760 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5761 <tag/Declaration/<tt/unsigned char __fastcall__ ser_load_driver (const char *name);/
5762 <tag/Description/Load and install the driver by name.
5763 Will just load the driver and check if loading was successful.
5764 <tag/Notes/<itemize>
5765 <item>The function is only available as fastcall function, so it may only
5766 be used in presence of a prototype.
5767 </itemize>
5768 <tag/Availability/cc65
5769 <tag/See also/Other serial functions.
5770 <tag/Example/None.
5771 </descrip>
5772 </quote>
5773
5774
5775 <sect1>ser_open<label id="ser_open"><p>
5776
5777 <quote>
5778 <descrip>
5779 <tag/Function/Open the port by setting the port parameters and enable interrupts
5780 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5781 <tag/Declaration/<tt/unsigned char __fastcall__ ser_open (const struct ser_params* params);/
5782 <tag/Description/Open the port by setting the port parameters and enable interrupts.
5783 <tag/Notes/<itemize>
5784 <item>The function is only available as fastcall function, so it may only
5785 be used in presence of a prototype.
5786 </itemize>
5787 <tag/Availability/cc65
5788 <tag/See also/Other serial functions.
5789 <tag/Example/
5790 <verb>
5791 #include <serial.h>
5792
5793 static void initialize(){
5794   struct ser_params params = {
5795     SER_BAUD_9600,
5796     SER_BITS_8,
5797     SER_STOP_1,
5798     SER_PAR_MARK,
5799     SER_HS_NONE
5800   };
5801   ser_install(lynx_comlynx); // This will activate the ComLynx
5802   CLI();
5803   ser_open(&amp;params);
5804 }
5805 </verb>
5806 </descrip>
5807 </quote>
5808
5809
5810 <sect1>ser_put<label id="ser_put"><p>
5811
5812 <quote>
5813 <descrip>
5814 <tag/Function/Write a character to a serial port.
5815 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5816 <tag/Declaration/<tt/unsigned char __fastcall__ ser_put (char b);/
5817 <tag/Description/Send a character via the serial port. There is a transmit
5818 buffer, but transmitting is not done via interrupt. The function returns
5819 SER_ERR_OVERFLOW if there is no space left in the transmit buffer.
5820 <tag/Notes/<itemize>
5821 <item>The function is only available as fastcall function, so it may only
5822 be used in presence of a prototype.
5823 </itemize>
5824 <tag/Availability/cc65
5825 <tag/See also/Other serial functions.
5826 <tag/Example/
5827 <verb>
5828 ser_put('A');
5829 </verb>
5830 </descrip>
5831 </quote>
5832
5833
5834 <sect1>ser_status<label id="ser_status"><p>
5835
5836 <quote>
5837 <descrip>
5838 <tag/Function/Return the serial port status.
5839 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5840 <tag/Declaration/<tt/unsigned char __fastcall__ ser_status (unsigned char* status);/
5841 <tag/Description/Return the serial port status.
5842 <tag/Notes/<itemize>
5843 <item>The function is only available as fastcall function, so it may only
5844 be used in presence of a prototype.
5845 </itemize>
5846 <tag/Availability/cc65
5847 <tag/See also/Other serial functions.
5848 <tag/Example/None
5849 </descrip>
5850 </quote>
5851
5852
5853 <sect1>ser_uninstall<label id="ser_uninstall"><p>
5854
5855 <quote>
5856 <descrip>
5857 <tag/Function/Uninstall the currently loaded driver but do not unload it.
5858 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5859 <tag/Declaration/<tt/unsigned char ser_uninstall (void);/
5860 <tag/Description/Uninstall the currently loaded driver but do not unload it.
5861 <tag/Availability/cc65
5862 <tag/See also/Other serial functions.
5863 <tag/Example/None.
5864 </descrip>
5865 </quote>
5866
5867 <sect1>ser_unload<label id="ser_unload"><p>
5868
5869 <quote>
5870 <descrip>
5871 <tag/Function/Uninstall, then unload the currently loaded driver.
5872 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5873 <tag/Declaration/<tt/unsigned char ser_unload (void);/
5874 <tag/Description/Uninstall, then unload the currently loaded driver.
5875 <tag/Availability/cc65
5876 <tag/See also/Other serial functions.
5877 <tag/Example/None.
5878 </descrip>
5879 </quote>
5880
5881
5882 <sect1>set_brk<label id="set_brk"><p>
5883
5884 <quote>
5885 <descrip>
5886 <tag/Function/Set the break vector to a user function.
5887 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
5888 <tag/Declaration/<tt/void __fastcall__ set_brk (brk_handler func);/
5889 <tag/Description/<tt/set_brk/ allows a user program to handle breaks within the
5890 program code by letting the vector point to a user written C function. The
5891 runtime library installs a small stub that saves the registers into global
5892 variables that may be accessed (and changed) by the break handler.
5893 <tag/Notes/<itemize>
5894 <item>The function is only available as fastcall function, so it may only
5895 be used in presence of a prototype.
5896 <item>The stub saves the zero page registers used by the C runtime and switches
5897 to a small break handler stack. This means that it is safe to execute C code,
5898 even if C code was interrupted. Be careful however not to use too many local
5899 variables, and do not enable stack checks for the handler function or any other
5900 function called from it.
5901 <item>The <tt/brk_pc/ variable points to the <tt/BRK/ instruction. If you want
5902 the continue with the interrupted code, you have to adjust <tt/brk_pc/,
5903 otherwise the <tt/BRK/ instruction will get executed over and over again.
5904 <item>The break vector is reset on program termination, so it's not strictly
5905 necessary to call <tt/<ref id="reset_brk" name="reset_brk">/ as a part of your
5906 clean-up when exitting the program.
5907 </itemize>
5908 <tag/Availability/cc65
5909 <tag/See also/
5910 <ref id="reset_brk" name="reset_brk">
5911 <tag/Example/None.
5912 </descrip>
5913 </quote>
5914
5915
5916 <sect1>set_irq<label id="set_irq"><p>
5917
5918 <quote>
5919 <descrip>
5920 <tag/Function/Set the C level interrupt request vector to the given address.
5921 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
5922 <tag/Declaration/<tt/void __fastcall__ set_irq (irq_handler f, void *stack_addr, size_t stack_size);/
5923 <tag/Description/<tt/set_irq/ allows a user program to handle interrupt requests
5924 (IRQs) within the program code by letting the vector point to a user written C
5925 function. The runtime library installs a small stub that saves the zero page
5926 registers used by the C runtime before calling the handler function and restores
5927 them after the handler function returns. Additionally the stub temporarily switches
5928 the C runtime stack to the stack area provided as parameter. If the handler function
5929 was set up to handle a "private", "exclusive" interrupt request source it must
5930 return the value <tt/IRQ_HANDLED/ if and only if it has verified that the current
5931 interrupt request actually stems from that source. In all other cases it must return
5932 the value <tt/IRQ_NOT_HANDLED/.
5933 <tag/Notes/<itemize>
5934 <item>The function is only available as fastcall function, so it may only
5935 be used in presence of a prototype.
5936 <item>The stub saves the registers and zero page locations used by the C runtime
5937 and switches to the provided stack area. As a consequence, there is some
5938 runtime overhead, but it it is safe to execute C code, even if other C code
5939 was interrupted. Be careful however not to call C library functions, and do not
5940 enable stack checks for the handler function or any other function called from
5941 it.
5942 <item>The interrupt vector is reset on program termination, so it's not strictly
5943 necessary to call <tt/<ref id="reset_irq" name="reset_irq">/ as a part of your
5944 clean-up when exitting the program.
5945 </itemize>
5946 <tag/Availability/cc65
5947 <tag/See also/
5948 <ref id="reset_brk" name="reset_brk">,
5949 <ref id="reset_irq" name="reset_irq">,
5950 <ref id="set_brk" name="set_brk">
5951 <tag/Example/None.
5952 </descrip>
5953 </quote>
5954
5955
5956 <sect1>setjmp<label id="setjmp"><p>
5957
5958 <quote>
5959 <descrip>
5960 <tag/Function/Save the context for use with <tt/longjmp/.
5961 <tag/Header/<tt/<ref id="setjmp.h" name="setjmp.h">/
5962 <tag/Declaration/<tt/int __fastcall__ setjmp (jmp_buf buf);/
5963 <tag/Description/The <tt/setjmp/ function saves the current context in <tt/buf/
5964 for subsequent use by the <tt/<ref id="longjmp" name="longjmp">/ function and
5965 returns zero.
5966 <tag/Notes/<itemize>
5967 <item>The function is only available as fastcall function, so it may only
5968 be used in presence of a prototype.
5969 <item><tt/setjmp/ is actually a macro as required by the ISO standard.
5970 <item><tt/setjmp/ will not save the signal context.
5971 </itemize>
5972 <tag/Availability/ISO 9899
5973 <tag/See also/
5974 <ref id="longjmp" name="longjmp">
5975 <tag/Example/None.
5976 </descrip>
5977 </quote>
5978
5979
5980 <sect1>setlocale<label id="setlocale"><p>
5981
5982 <quote>
5983 <descrip>
5984 <tag/Function/Selects a locale.
5985 <tag/Header/<tt/<ref id="locale.h" name="locale.h">/
5986 <tag/Declaration/<tt/char* __fastcall__ setlocale (int category, const char* locale);/
5987 <tag/Description/<tt/setlocale/ sets or queries the program's locale.
5988 <tag/Notes/<itemize>
5989 <item>The function is only available as fastcall function, so it may only
5990 be used in presence of a prototype.
5991 <item>cc65 supports only the "C" locale, so calling this function to set a
5992 different locale has no effect.
5993 </itemize>
5994 <tag/Availability/ISO 9899
5995 <tag/See also/
5996 <ref id="localeconv" name="localeconv">,
5997 <ref id="strcoll" name="strcoll">
5998 <ref id="strxfrm" name="strxfrm">
5999 <tag/Example/None.
6000 </descrip>
6001 </quote>
6002
6003
6004 <sect1>signal<label id="signal"><p>
6005
6006 <quote>
6007 <descrip>
6008 <tag/Function/Install a signal handler.
6009 <tag/Header/<tt/<ref id="signal.h" name="signal.h">/
6010 <tag/Declaration/<tt/__sigfunc __fastcall__ signal (int sig, __sigfunc func);/
6011 <tag/Description/<tt/signal/ installs a handler for the given signal. The
6012 handler may either be a user supplied function, or one of the predefined
6013 signal handlers <tt/SIG_IGN/ or <tt/SIG_DFL/. The function returns the
6014 previous value if the signal , or the special function vector SIG_ERR in
6015 case of an error.
6016 <tag/Notes/<itemize>
6017 <item>The function is only available as fastcall function, so it may only
6018 be used in presence of a prototype.
6019 </itemize>
6020 <tag/Availability/ISO 9899
6021 <tag/See also/
6022 <ref id="abort" name="abort">,
6023 <ref id="raise" name="raise">
6024 <tag/Example/None.
6025 </descrip>
6026 </quote>
6027
6028
6029 <sect1>sleep<label id="sleep"><p>
6030
6031 <quote>
6032 <descrip>
6033 <tag/Function/Sleep for a specified amount of time.
6034 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
6035 <tag/Declaration/<tt/void __fastcall__ sleep (unsigned seconds);/
6036 <tag/Description/The function will return after the specified number of
6037 seconds have elapsed.
6038 <tag/Notes/<itemize>
6039 <item>The function is only available as fastcall function, so it may only
6040 be used in presence of a prototype.
6041 </itemize>
6042 <tag/Availability/POSIX 1003.1
6043 <tag/Example/None.
6044 </descrip>
6045 </quote>
6046
6047
6048 <sect1>slow<label id="slow"><p>
6049
6050 <quote>
6051 <descrip>
6052 <tag/Function/Switch the C128 into 1MHz mode.
6053 <tag/Header/<tt/<ref id="c128.h" name="c128.h">/
6054 <tag/Declaration/<tt/void slow (void);/
6055 <tag/Description/The function will switch the clock of the C128 to 1MHz. This
6056 will halve the speed compared to fast mode.
6057 <tag/Notes/<itemize>
6058 <item>The function is specific to the C128.
6059 </itemize>
6060 <tag/Availability/C128
6061 <tag/See also/
6062 <ref id="fast" name="fast">,
6063 <ref id="toggle_videomode" name="toggle_videomode">,
6064 <ref id="videomode" name="videomode">
6065 <tag/Example/None.
6066 </descrip>
6067 </quote>
6068
6069
6070 <sect1>srand<label id="srand"><p>
6071
6072 <quote>
6073 <descrip>
6074 <tag/Function/Initialize the pseudo random number generator.
6075 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
6076 <tag/Declaration/<tt/void __fastcall__ srand (unsigned seed);/
6077 <tag/Description/The function initializes the random number generator using
6078 the given seed. On program startup, the generator behaves as if <tt/srand/ has
6079 been called with an argument of 1.
6080 <tag/Notes/<itemize>
6081 <item>The function is only available as fastcall function, so it may only
6082 be used in presence of a prototype.
6083 </itemize>
6084 <tag/Availability/ISO 9899
6085 <tag/See also/
6086 <ref id="_randomize" name="_randomize">,
6087 <ref id="rand" name="rand">
6088 <tag/Example/None.
6089 </descrip>
6090 </quote>
6091
6092
6093 <sect1>strcasecmp<label id="strcasecmp"><p>
6094
6095 <quote>
6096 <descrip>
6097 <tag/Function/Compare two strings case insensitive.
6098 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6099 <tag/Declaration/<tt/int __fastcall__ strcasecmp (const char* s1, const char* s2);/
6100 <tag/Description/The <tt/strcasecmp/ function compares the two strings passed
6101 as parameters without case sensitivity. It returns a value that is less than
6102 zero if <tt/s1/ is less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/,
6103 and a value greater than zero if <tt/s1/ is greater than <tt/s2/.
6104 <tag/Notes/<itemize>
6105 <item>The function is only available as fastcall function, so it may only
6106 be used in presence of a prototype.
6107 <item>The function is not available in strict ANSI mode.
6108 </itemize>
6109 <tag/Availability/cc65
6110 <tag/See also/
6111 <ref id="strcmp" name="strcmp">,
6112 <ref id="strcoll" name="strcoll">,
6113 <ref id="stricmp" name="stricmp">,
6114 <ref id="strncmp" name="strncmp">,
6115 <ref id="strxfrm" name="strxfrm">
6116 <tag/Example/None.
6117 </descrip>
6118 </quote>
6119
6120
6121 <sect1>strcat<label id="strcat"><p>
6122
6123 <quote>
6124 <descrip>
6125 <tag/Function/Concatentate two strings.
6126 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6127 <tag/Declaration/<tt/char* __fastcall__ strcat (char* s1, const char* s2);/
6128 <tag/Description/The <tt/strcat/ function appends a copy of the string
6129 pointed to by s2 (including the terminating null byte) to the end of the
6130 string pointed to by s1. The initial byte of s2 overwrites the null byte at
6131 the end of s1.
6132 <tag/Notes/<itemize>
6133 <item>The function is only available as fastcall function, so it may only
6134 be used in presence of a prototype.
6135 <item>If copying takes place between objects that overlap, the behaviour
6136 is undefined.
6137 </itemize>
6138 <tag/Availability/ISO 9899
6139 <tag/See also/
6140 <ref id="strcpy" name="strcpy">,
6141 <ref id="strncat" name="strncat">,
6142 <ref id="strncpy" name="strncpy">
6143 <tag/Example/None.
6144 </descrip>
6145 </quote>
6146
6147
6148 <sect1>strchr<label id="strchr"><p>
6149
6150 <quote>
6151 <descrip>
6152 <tag/Function/Search for a character in a string.
6153 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6154 <tag/Declaration/<tt/char* __fastcall__ strchr (const char* s, int c);/
6155 <tag/Description/The <tt/strchr/ function locates the first occurrence of <tt/c/
6156 (converted to a char) in the string pointed to by <tt/s/. The terminating null
6157 byte is considered to be part of the string. Upon completion, the function
6158 returns a pointer to the byte, or a null pointer if the byte was not found.
6159 <tag/Notes/<itemize>
6160 <item>The function is only available as fastcall function, so it may only
6161 be used in presence of a prototype.
6162 </itemize>
6163 <tag/Availability/ISO 9899
6164 <tag/See also/
6165 <ref id="memchr" name="memchr">,
6166 <ref id="strrchr" name="strrchr">
6167 <tag/Example/None.
6168 </descrip>
6169 </quote>
6170
6171
6172 <sect1>strcmp<label id="strcmp"><p>
6173
6174 <quote>
6175 <descrip>
6176 <tag/Function/Compare two strings.
6177 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6178 <tag/Declaration/<tt/int __fastcall__ strcmp (const char* s1, const char* s2);/
6179 <tag/Description/The <tt/strcmp/ function compares the two strings passed as
6180 parameters. It returns a value that is less than zero if <tt/s1/ is less than
6181 <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/, and a value greater than zero
6182 if <tt/s1/ is greater than <tt/s2/.
6183 <tag/Notes/<itemize>
6184 <item>The function is only available as fastcall function, so it may only
6185 be used in presence of a prototype.
6186 </itemize>
6187 <tag/Availability/ISO 9899
6188 <tag/See also/
6189 <ref id="strcasecmp" name="strcasecmp">,
6190 <ref id="strcoll" name="strcoll">,
6191 <ref id="stricmp" name="stricmp">,
6192 <ref id="strncmp" name="strncmp">
6193 <ref id="strxfrm" name="strxfrm">
6194 <tag/Example/None.
6195 </descrip>
6196 </quote>
6197
6198
6199 <sect1>strcoll<label id="strcoll"><p>
6200
6201 <quote>
6202 <descrip>
6203 <tag/Function/Compare two strings.
6204 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6205 <tag/Declaration/<tt/int __fastcall__ strcoll (const char* s1, const char* s2);/
6206 <tag/Description/The <tt/strcoll/ function compares the two strings passed as
6207 parameters, according to the collating sequence set by <tt/<ref id="setlocale"
6208 name="setlocale">/. It returns a value that is less than zero if <tt/s1/ is
6209 less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/, and a value greater
6210 than zero if <tt/s1/ is greater than <tt/s2/.
6211 <tag/Notes/<itemize>
6212 <item>The function is only available as fastcall function, so it may only
6213 be used in presence of a prototype.
6214 </itemize>
6215 <tag/Availability/ISO 9899
6216 <tag/See also/
6217 <ref id="setlocale" name="setlocale">,
6218 <ref id="strcasecmp" name="strcasecmp">,
6219 <ref id="strcmp" name="strcmp">,
6220 <ref id="stricmp" name="stricmp">,
6221 <ref id="strncmp" name="strncmp">,
6222 <ref id="strxfrm" name="strxfrm">
6223 <tag/Example/None.
6224 </descrip>
6225 </quote>
6226
6227
6228 <sect1>strcpy<label id="strcpy"><p>
6229
6230 <quote>
6231 <descrip>
6232 <tag/Function/Copy a string.
6233 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6234 <tag/Declaration/<tt/char* __fastcall__ strcpy (char* s1, const char* s2);/
6235 <tag/Description/The <tt/strcpy/ function copies the string pointed to by
6236 <tt/s2/ (including the terminating null byte) into the array pointed to by
6237 <tt/s1/. The function will always return <tt/s1/.
6238 <tag/Notes/<itemize>
6239 <item>The function is only available as fastcall function, so it may only
6240 be used in presence of a prototype.
6241 <item>If copying takes place between objects that overlap, the behaviour
6242 is undefined.
6243 </itemize>
6244 <tag/Availability/ISO 9899
6245 <tag/See also/
6246 <ref id="strcat" name="strcat">,
6247 <ref id="strncat" name="strncat">,
6248 <ref id="strncpy" name="strncpy">
6249 <tag/Example/
6250 <verb>
6251 #include &lt;string.h&gt;
6252
6253 static char hello[14];
6254
6255 strcpy (hello, "Hello world!\n");
6256 </verb>
6257 </descrip>
6258 </quote>
6259
6260
6261 <sect1>strcspn<label id="strcspn"><p>
6262
6263 <quote>
6264 <descrip>
6265 <tag/Function/Compute the length of a substring.
6266 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6267 <tag/Declaration/<tt/size_t __fastcall__ strcspn (const char* s, const char* set);/
6268 <tag/Description/The <tt/strcspn/ function computes and returns the length of
6269 the substring pointed to by <tt/s/ which does <em>not</em> consist of
6270 characters contained in the string <tt/set/.
6271 <tag/Notes/<itemize>
6272 <item>The function is only available as fastcall function, so it may only
6273 be used in presence of a prototype.
6274 </itemize>
6275 <tag/Availability/ISO 9899
6276 <tag/See also/
6277 <ref id="strqtok" name="strqtok">,
6278 <ref id="strspn" name="strspn">,
6279 <ref id="strstr" name="strstr">,
6280 <ref id="strtok" name="strtok">
6281 <tag/Example/None.
6282 </descrip>
6283 </quote>
6284
6285
6286 <sect1>strdup<label id="strdup"><p>
6287
6288 <quote>
6289 <descrip>
6290 <tag/Function/Allocate a copy of a string on the heap.
6291 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6292 <tag/Declaration/<tt/char* __fastcall__ strdup (const char* s);/
6293 <tag/Description/<tt/strdup/ allocates a memory block on the heap, big enough
6294 to hold a copy of <tt/s/ including the terminating zero. If the allocation
6295 fails, <tt/NULL/ is returned, otherwise <tt/s/ is copied into the allocated
6296 memory block, and a pointer to the block is returned.
6297 <tag/Notes/<itemize>
6298 <item>The function is only available as fastcall function, so it may only
6299 be used in presence of a prototype.
6300 <item>It is up to the caller to free the allocated memory block.
6301 </itemize>
6302 <tag/Availability/ISO 9899
6303 <tag/See also/
6304 <ref id="free" name="free">,
6305 <ref id="malloc" name="malloc">
6306 <tag/Example/None.
6307 </descrip>
6308 </quote>
6309
6310
6311 <sect1>strerror<label id="strerror"><p>
6312
6313 <quote>
6314 <descrip>
6315 <tag/Function/Return a string describing an error code.
6316 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6317 <tag/Declaration/<tt/char* __fastcall__ strerror (int errcode);/
6318 <tag/Description/The <tt/strerror/ function returns a string describing the
6319 given error code. If an invalid error code is passed, the string "Unknown
6320 error" is returned, and <tt/errno/ is set to <tt/EINVAL/. In all other cases,
6321 <tt/errno/ is left untouched.
6322 <tag/Notes/<itemize>
6323 <item>The function is only available as fastcall function, so it may only
6324 be used in presence of a prototype.
6325 <item>While the return type of the function is a <tt/char*/, the returned
6326 string must not be modified by the caller!
6327 </itemize>
6328 <tag/Availability/ISO 9899
6329 <tag/See also/
6330 <ref id="_stroserror" name="_stroserror">
6331 <tag/Example/None.
6332 </descrip>
6333 </quote>
6334
6335
6336 <sect1>stricmp<label id="stricmp"><p>
6337
6338 <quote>
6339 <descrip>
6340 <tag/Function/Compare two strings case insensitive.
6341 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6342 <tag/Declaration/<tt/int __fastcall__ stricmp (const char* s1, const char* s2);/
6343 <tag/Description/The <tt/stricmp/ function compares the two strings passed as
6344 parameters without case sensitivity. It returns a value that is less than zero
6345 if <tt/s1/ is less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/, and a
6346 value greater than zero if <tt/s1/ is greater than <tt/s2/.
6347 <tag/Notes/<itemize>
6348 <item>The function is only available as fastcall function, so it may only
6349 be used in presence of a prototype.
6350 <item>The function is not available in strict ANSI mode.
6351 </itemize>
6352 <tag/Availability/cc65
6353 <tag/See also/
6354 <ref id="strcasecmp" name="strcasecmp">,
6355 <ref id="strcmp" name="strcmp">,
6356 <ref id="strcoll" name="strcoll">,
6357 <ref id="strncmp" name="strncmp">,
6358 <ref id="strxfrm" name="strxfrm">
6359 <tag/Example/None.
6360 </descrip>
6361 </quote>
6362
6363
6364 <sect1>strlen<label id="strlen"><p>
6365
6366 <quote>
6367 <descrip>
6368 <tag/Function/Return the length of a string.
6369 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6370 <tag/Declaration/<tt/size_t __fastcall__ strlen (const char* s);/
6371 <tag/Description/The <tt/strlen/ function computes the number of bytes in the
6372 string to which s points, not including the terminating null byte.
6373 <tag/Notes/<itemize>
6374 <item>The function is only available as fastcall function, so it may only
6375 be used in presence of a prototype.
6376 <item>When compiling with <tt/-Os/ (inline known standard functions), the
6377 function does not work correctly for strings with more than 255 characters.
6378 </itemize>
6379 <tag/Availability/ISO 9899
6380 <tag/See also/
6381 <ref id="strcpy" name="strcpy">
6382 <tag/Example/None.
6383 </descrip>
6384 </quote>
6385
6386
6387 <sect1>strlower<label id="strlower"><p>
6388
6389 <quote>
6390 <descrip>
6391 <tag/Function/Make a string lower case.
6392 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6393 <tag/Declaration/<tt/char* __fastcall__ strlower (char* s);/
6394 <tag/Description/The <tt/strlower/ function will apply the <tt/tolower/
6395 function to each character of a string. The function will always return <tt/s/.
6396 <tag/Notes/<itemize>
6397 <item>The function is only available as fastcall function, so it may only
6398 be used in presence of a prototype.
6399 <item>The function prototype is unavailable when compiling in strict ANSI mode.
6400 <item>An alias name for this function is <tt/strlwr/.
6401 </itemize>
6402 <tag/Availability/cc65
6403 <tag/See also/
6404 <ref id="strupper" name="strupper">,
6405 <ref id="tolower" name="tolower">
6406 <tag/Example/None.
6407 </descrip>
6408 </quote>
6409
6410
6411 <sect1>strlwr<label id="strlwr"><p>
6412
6413 <quote>
6414 See <tt/strlower/.
6415 </quote>
6416
6417
6418 <sect1>strncasecmp<label id="strncasecmp"><p>
6419
6420 <quote>
6421 <descrip>
6422 <tag/Function/Compare two strings case insensitive.
6423 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6424 <tag/Declaration/<tt/int __fastcall__ strncasecmp (const char* s1, const char* s2, size_t count);/
6425 <tag/Description/The <tt/strncasecmp/ function compares the two strings passed
6426 as parameters without case sensitivity. It returns a value that is less than
6427 zero if <tt/s1/ is less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/,
6428 and a value greater than zero if <tt/s1/ is greater than <tt/s2/.
6429 <tag/Notes/<itemize>
6430 <item>The function is only available as fastcall function, so it may only
6431 be used in presence of a prototype.
6432 <item>The function is not available in strict ANSI mode.
6433 </itemize>
6434 <tag/Availability/cc65
6435 <tag/See also/
6436 <ref id="strcmp" name="strcmp">,
6437 <ref id="strcoll" name="strcoll">,
6438 <ref id="stricmp" name="stricmp">,
6439 <ref id="strncmp" name="strncmp">,
6440 <ref id="strxfrm" name="strxfrm">
6441 <tag/Example/None.
6442 </descrip>
6443 </quote>
6444
6445
6446 <sect1>strncat<label id="strncat"><p>
6447
6448 <quote>
6449 <descrip>
6450 <tag/Function/Concatentate two strings.
6451 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6452 <tag/Declaration/<tt/char* __fastcall__ strncat (char* s1, const char* s2, size_t n);/
6453 <tag/Description/The <tt/strncat/ function appends not more than n characters
6454 of the string pointed to by s2 to the end of the string pointed to by s1. The
6455 terminating null character at the end of s1 is overwritten. A terminating null
6456 character is appended to the result, even if not all of s2 is appended to s1.
6457 <tag/Notes/<itemize>
6458 <item>The function is only available as fastcall function, so it may only
6459 be used in presence of a prototype.
6460 <item>If copying takes place between objects that overlap, the behaviour
6461 is undefined.
6462 </itemize>
6463 <tag/Availability/ISO 9899
6464 <tag/See also/
6465 <ref id="strcpy" name="strcpy">,
6466 <ref id="strncat" name="strncat">,
6467 <ref id="strncpy" name="strncpy">
6468 <tag/Example/None.
6469 </descrip>
6470 </quote>
6471
6472
6473 <sect1>strncmp<label id="strncmp"><p>
6474
6475 <quote>
6476 <descrip>
6477 <tag/Function/Compare two strings.
6478 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6479 <tag/Declaration/<tt/int __fastcall__ strncmp (const char* s1, const char* s2, size_t count);/
6480 <tag/Description/The <tt/strncmp/ function compares not more than <tt/count/
6481 characters of the two strings passed as parameters. It returns a value that is
6482 less than zero if the first <tt/count/ characters of <tt/s1/ are less than
6483 <tt/s2/, zero if they are identical, and a value greater than zero they are
6484 greater.
6485 <tag/Notes/<itemize>
6486 <item>The function is only available as fastcall function, so it may only
6487 be used in presence of a prototype.
6488 </itemize>
6489 <tag/Availability/ISO 9899
6490 <tag/See also/
6491 <ref id="strcasecmp" name="strcasecmp">,
6492 <ref id="strcmp" name="strcmp">,
6493 <ref id="strcoll" name="strcoll">,
6494 <ref id="stricmp" name="stricmp">,
6495 <ref id="strxfrm" name="strxfrm">
6496 <tag/Example/None.
6497 </descrip>
6498 </quote>
6499
6500
6501 <sect1>strncpy<label id="strncpy"><p>
6502
6503 <quote>
6504 <descrip>
6505 <tag/Function/Copy part of a string.
6506 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6507 <tag/Declaration/<tt/char* __fastcall__ strncpy (char* s1, const char* s2, size_t n);/
6508 <tag/Description/The <tt/strncpy/ function copies not more than <tt/n/ bytes from
6509 the array pointed to by <tt/s2/ to the array pointed to by <tt/s1/. If the array
6510 pointed to by <tt/s2/ is a string that is shorter than <tt/n/ bytes, null bytes are
6511 appended to the copy in the array pointed to by <tt/s1/, until <tt/n/ bytes are
6512 written. The function always will return <tt/s1/.
6513 <tag/Notes/<itemize>
6514 <item>The function is available only as a fastcall function; so, it may be used
6515 only in the presence of a prototype.
6516 <item>If there is no null byte in the first <tt/n/ bytes of the array pointed
6517 to by <tt/s2/, the result is <em/not/ null-terminated!
6518 <item>If copying takes place between objects that overlap, the behaviour is
6519 undefined.
6520 </itemize>
6521 <tag/Availability/ISO 9899
6522 <tag/See also/
6523 <ref id="memcpy" name="memcpy">,
6524 <ref id="strcat" name="strcat">,
6525 <ref id="strcpy" name="strcpy">,
6526 <ref id="strncat" name="strncat">
6527 <tag/Example/
6528 <verb>
6529 #include <string.h>
6530
6531 static char hello[6];
6532
6533 strncpy (hello, "Hello world!\n", sizeof hello - 1)[5] = '\0';
6534 </verb>
6535 </descrip>
6536 </quote>
6537
6538
6539 <sect1>strnicmp<label id="strnicmp"><p>
6540
6541 <quote>
6542 <descrip>
6543 <tag/Function/Compare two strings case insensitive.
6544 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6545 <tag/Declaration/<tt/int __fastcall__ strnicmp (const char* s1, const char* s2, size_t count);/
6546 <tag/Description/The <tt/strnicmp/ function compares the two strings passed as
6547 parameters without case sensitivity. It returns a value that is less than zero
6548 if <tt/s1/ is less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/, and a
6549 value greater than zero if <tt/s1/ is greater than <tt/s2/.
6550 <tag/Notes/<itemize>
6551 <item>The function is only available as fastcall function, so it may only
6552 be used in presence of a prototype.
6553 <item>The function is not available in strict ANSI mode.
6554 </itemize>
6555 <tag/Availability/cc65
6556 <tag/See also/
6557 <ref id="strcasecmp" name="strcasecmp">,
6558 <ref id="strcmp" name="strcmp">,
6559 <ref id="strcoll" name="strcoll">,
6560 <ref id="strncmp" name="strncmp">,
6561 <ref id="strxfrm" name="strxfrm">
6562 <tag/Example/None.
6563 </descrip>
6564 </quote>
6565
6566
6567 <sect1>strqtok<label id="strqtok"><p>
6568
6569 <quote>
6570 <descrip>
6571 <tag/Function/Break a string into tokens.
6572 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6573 <tag/Declaration/<tt/char* __fastcall__ strqtok (char* s1, const char* s2);/
6574 <tag/Description/<tt/strqtok()/ will break the string <tt/s1/ into a sequence of
6575 tokens, which are delimited by either quotation marks or characters from the
6576 string <tt/s2/. Tokens inside quotation marks may contain characters from <tt/s2/
6577 (they aren't delimiters there). The first call to <tt/strqtok()/ will return a
6578 pointer to the first token in the string <tt/s1/. The following calls must pass
6579 a <tt/NULL/ pointer as <tt/s1/, in order to get the next token in the string.
6580 Different sets of delimiters may be used for the subsequent calls to <tt/strqtok()/.
6581 <tag/Notes/<itemize>
6582 <item>The function is available only as a fastcall function; so, it may be used
6583 only in the presence of a prototype.
6584 <item><tt/strqtok()/ will modify the string <tt/s1/.
6585 <item>The function will forget where it is in the <tt/s1/ string if it is given
6586 a second <tt/s1/ string before it finishes the first one.
6587 </itemize>
6588 <tag/Availability/cc65
6589 <tag/See also/
6590 <ref id="strcspn" name="strcspn">,
6591 <!-- <ref id="strpbrk" name="strpbrk">, -->
6592 <ref id="strspn" name="strspn">,
6593 <ref id="strtok" name="strtok">
6594 <tag/Example/None.
6595 </descrip>
6596 </quote>
6597
6598
6599 <sect1>strrchr<label id="strrchr"><p>
6600
6601 <quote>
6602 <descrip>
6603 <tag/Function/Search for a character in a string.
6604 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6605 <tag/Declaration/<tt/char* __fastcall__ strrchr (const char* s, int c);/
6606 <tag/Description/The <tt/strrchr/ function locates the last occurrence of <tt/c/
6607 (converted to a char) in the string pointed to by <tt/s/. The terminating null
6608 byte is considered to be part of the string. Upon completion, the function
6609 returns a pointer to the byte, or a null pointer if the byte was not found.
6610 <tag/Notes/<itemize>
6611 <item>The function is only available as fastcall function, so it may only
6612 be used in presence of a prototype.
6613 </itemize>
6614 <tag/Availability/ISO 9899
6615 <tag/See also/
6616 <ref id="strchr" name="strchr">
6617 <tag/Example/None.
6618 </descrip>
6619 </quote>
6620
6621
6622 <sect1>strspn<label id="strspn"><p>
6623
6624 <quote>
6625 <descrip>
6626 <tag/Function/Compute the length of a substring.
6627 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6628 <tag/Declaration/<tt/size_t __fastcall__ strspn (const char* s, const char* set);/
6629 <tag/Description/The <tt/strspn/ function computes and returns the length of
6630 the substring pointed to by <tt/s/ which does consist only of characters
6631 contained in the string <tt/set/.
6632 <tag/Notes/<itemize>
6633 <item>The function is only available as fastcall function, so it may only
6634 be used in presence of a prototype.
6635 </itemize>
6636 <tag/Availability/ISO 9899
6637 <tag/See also/
6638 <ref id="strcspn" name="strcspn">,
6639 <ref id="strstr" name="strstr">
6640 <tag/Example/None.
6641 </descrip>
6642 </quote>
6643
6644
6645 <sect1>strstr<label id="strstr"><p>
6646
6647 <quote>
6648 <descrip>
6649 <tag/Function/Find a substring.
6650 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6651 <tag/Declaration/<tt/char* __fastcall__ strstr (const char* str, const char* substr);/
6652 <tag/Description/<tt/strstr/ searches for the first occurance of the string
6653 <tt/substr/ within <tt/str/. If found, it returns a pointer to the copy,
6654 otherwise it returns <tt/NULL/.
6655 <tag/Notes/<itemize>
6656 <item>The function is only available as fastcall function, so it may only
6657 be used in presence of a prototype.
6658 </itemize>
6659 <tag/Availability/ISO 9899
6660 <tag/See also/
6661 <ref id="strcspn" name="strcspn">,
6662 <ref id="strspn" name="strspn">
6663 <tag/Example/None.
6664 </descrip>
6665 </quote>
6666
6667
6668 <sect1>strtok<label id="strtok"><p>
6669
6670 <quote>
6671 <descrip>
6672 <tag/Function/Break a string into tokens.
6673 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6674 <tag/Declaration/<tt/char* __fastcall__ strtok (char* s1, const char* s2);/
6675 <tag/Description/<tt/strtok()/ will break the string <tt/s1/ into a sequence of
6676 tokens, which are delimited by characters from the string <tt/s2/. The first call
6677 to <tt/strtok()/ will return a pointer to the first token in the string <tt/s1/.
6678 The following calls must pass a <tt/NULL/ pointer as <tt/s1/, in order to get
6679 the next token in the string. Different sets of delimiters may be used for the
6680 subsequent calls to <tt/strtok()/.
6681 <tag/Notes/<itemize>
6682 <item>The function is only available as fastcall function, so it may only
6683 be used in presence of a prototype.
6684 <item><tt/strtok()/ will modify the string <tt/s1/.
6685 <item>The function will forget where it is in the <tt/s1/ string if it is given
6686 a second <tt/s1/ string before it finishes the first one.
6687 </itemize>
6688 <tag/Availability/ISO 9899
6689 <tag/See also/
6690 <ref id="strcspn" name="strcspn">,
6691 <!-- <ref id="strpbrk" name="strpbrk">, -->
6692 <ref id="strqtok" name="strqtok">,
6693 <ref id="strspn" name="strspn">
6694 <tag/Example/None.
6695 </descrip>
6696 </quote>
6697
6698
6699 <sect1>strxfrm<label id="strxfrm"><p>
6700
6701 <quote>
6702 <descrip>
6703 <tag/Function/Transform a string.
6704 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6705 <tag/Declaration/<tt/size_t __fastcall__ strxfrm (char* s1, const char* s2, size_t n);/
6706 <tag/Description/The <tt/strxfrm/ function transforms the string pointed to by
6707 s2 and places the resulting string into the string pointed to by s1. The
6708 transformation is such that if the <tt/strcmp/ function is applied to two
6709 transformed strings, it returns a value greater than, equal to, or less than
6710 zero, corresponding to the result of the <tt/strcoll/ function applied to the
6711 same two original strings. No more than n characters are placed into the
6712 resulting array pointed to by s1, including the terminating null character.
6713 <tag/Notes/<itemize>
6714 <item><tt/s1/ and <tt/s2/ must not point to the same memory area, otherwise
6715 the behaviour is undefined.
6716 <item>If <tt/n/ is zero, <tt/s1/ may be a NULL pointer.
6717 <item>The function is only available as fastcall function, so it may only
6718 be used in presence of a prototype.
6719 <item>Since cc65 doesn't support different charcter sets, <tt/strxfrm/ will
6720 just copy s2 to s1 using <tt><ref id="strncpy" name="strncpy"></tt>.
6721 </itemize>
6722 <tag/Availability/ISO 9899
6723 <tag/See also/
6724 <ref id="strcmp" name="strcmp">,
6725 <ref id="strcoll" name="strcoll">,
6726 <ref id="strncpy" name="strncpy">
6727 <tag/Example/None.
6728 </descrip>
6729 </quote>
6730
6731
6732 <sect1>strupper<label id="strupper"><p>
6733
6734 <quote>
6735 <descrip>
6736 <tag/Function/Make a string upper case.
6737 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6738 <tag/Declaration/<tt/char* __fastcall__ strupper (char* s);/
6739 <tag/Description/The <tt/strupper/ function will apply the <tt/toupper/
6740 function to each character of a string. The function will always return <tt/s/.
6741 <tag/Notes/<itemize>
6742 <item>The function is only available as fastcall function, so it may only
6743 be used in presence of a prototype.
6744 <item>The function prototype is unavailable when compiling in strict ANSI mode.
6745 <item>An alias name for this function is <tt/strupr/.
6746 </itemize>
6747 <tag/Availability/cc65
6748 <tag/See also/
6749 <ref id="strlower" name="strlower">
6750 <ref id="toupper" name="toupper">
6751 <tag/Example/None.
6752 </descrip>
6753 </quote>
6754
6755
6756 <sect1>strupr<label id="strupr"><p>
6757
6758 <quote>
6759 See <tt/strupper/.
6760 </quote>
6761
6762
6763 <sect1>telldir<label id="telldir"><p>
6764
6765 <quote>
6766 <descrip>
6767 <tag/Function/Return the current position of a directory stream.
6768 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
6769 <tag/Declaration/<tt/long __fastcall__ telldir (DIR* dir);/
6770 <tag/Description/<tt/telldir/ returns the current position of a directory
6771 stream. The return value may be used in subsequent calls to
6772 <tt/<ref id="seekdir" name="seekdir">/.
6773 <tag/Notes/<itemize>
6774 <item>The function is only available as fastcall function, so it may only
6775 be used in presence of a prototype.
6776 </itemize>
6777 <tag/Availability/POSIX 1003.1
6778 <tag/See also/
6779 <ref id="seekdir" name="seekdir">,
6780 <ref id="telldir" name="telldir">
6781 <tag/Example/None.
6782 </descrip>
6783 </quote>
6784
6785
6786 <sect1>textcolor<label id="textcolor"><p>
6787
6788 <quote>
6789 <descrip>
6790 <tag/Function/Set the text color.
6791 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
6792 <tag/Declaration/<tt/unsigned char __fastcall__ textcolor (unsigned char color);/
6793 <tag/Description/The function will set a new text color. It returns the old
6794 (current) text color. Text output using any <tt/conio.h/ function will use
6795 the color set by this function.
6796 <tag/Notes/<itemize>
6797 <item>Text colors are system dependent. The function may have no effect
6798 on systems where the text color cannot be changed.
6799 <item>The function is only available as fastcall function, so it may only
6800 be used in presence of a prototype.
6801 </itemize>
6802 <tag/Availability/cc65
6803 <tag/See also/
6804 <ref id="bgcolor" name="bgcolor">,
6805 <ref id="bordercolor" name="bordercolor">
6806 <tag/Example/None.
6807 </descrip>
6808 </quote>
6809
6810
6811 <sect1>time<label id="time"><p>
6812
6813 <quote>
6814 <descrip>
6815 <tag/Function/Get the time.
6816 <tag/Header/<tt/<ref id="time.h" name="time.h">/
6817 <tag/Declaration/<tt/time_t __fastcall__ time (time_t* t);/
6818 <tag/Description/The function returns the time since the 1970-01-01 00:00:00
6819 measured in seconds. If the pointer <tt/t/ is not <tt/NULL/, the function
6820 result will also be stored there. If no time is available, <tt/(time_t)-1/ is
6821 returned and <tt/errno/ is set to <tt/ENOSYS/.
6822 <tag/Notes/<itemize>
6823 <item>The function is only available as fastcall function, so it may
6824 only be used in presence of a prototype.
6825 <item>Many platforms supported by cc65 do not have a realtime clock, so the
6826 returned value may not be valid.
6827 </itemize>
6828 <tag/Availability/ISO 9899
6829 <tag/See also/
6830 <ref id="clock" name="clock">
6831 <tag/Example/None.
6832 </descrip>
6833 </quote>
6834
6835
6836 <sect1>toggle_videomode<label id="toggle_videomode"><p>
6837
6838 <quote>
6839 <descrip>
6840 <tag/Function/Toggle between 40 and 80 column mode.
6841 <tag/Header/<tt/<ref id="c128.h" name="c128.h">/
6842 <tag/Declaration/<tt/void toggle_videomode (void);/
6843 <tag/Description/Toggle between 40 and 80 column mode. The settings for the
6844 old mode (cursor position, color and so on) are saved and restored together
6845 with the mode.
6846 <tag/Notes/<itemize>
6847 <item>The function is specific to the C128.
6848 <item>This function is deprecated. Please use <ref id="videomode"
6849 name="videomode"> instead!
6850 </itemize>
6851 <tag/Availability/C128
6852 <tag/See also/
6853 <ref id="fast" name="fast">,
6854 <ref id="slow" name="slow">,
6855 <ref id="videomode" name="videomode">
6856 <tag/Example/None.
6857 </descrip>
6858 </quote>
6859
6860
6861 <sect1>tolower<label id="tolower"><p>
6862
6863 <quote>
6864 <descrip>
6865 <tag/Function/Convert a character into its lower case representation.
6866 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
6867 <tag/Declaration/<tt/int __fastcall__ tolower (int c);/
6868 <tag/Description/The function returns the given character converted to lower
6869 case. If the given character is not a letter, it is returned unchanged.
6870 <tag/Notes/<itemize>
6871 <item>The function is only available as fastcall function, so it may
6872 only be used in presence of a prototype.
6873 </itemize>
6874 <tag/Availability/ISO 9899
6875 <tag/See also/
6876 <ref id="islower" name="islower">,
6877 <ref id="isupper" name="isupper">,
6878 <ref id="toupper" name="toupper">
6879 <tag/Example/None.
6880 </descrip>
6881 </quote>
6882
6883
6884 <sect1>toupper<label id="toupper"><p>
6885
6886 <quote>
6887 <descrip>
6888 <tag/Function/Convert a character into its upper case representation.
6889 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
6890 <tag/Declaration/<tt/int __fastcall__ toupper (int c);/
6891 <tag/Description/The function returns the given character converted to upper
6892 case. If the given character is not a letter, it is returned unchanged.
6893 <tag/Notes/<itemize>
6894 <item>The function is only available as fastcall function, so it may
6895 only be used in presence of a prototype.
6896 </itemize>
6897 <tag/Availability/ISO 9899
6898 <tag/See also/
6899 <ref id="islower" name="islower">,
6900 <ref id="isupper" name="isupper">,
6901 <ref id="tolower" name="tolower">
6902 <tag/Example/None.
6903 </descrip>
6904 </quote>
6905
6906
6907 <sect1>ultoa<label id="ultoa"><p>
6908
6909 <quote>
6910 <descrip>
6911 <tag/Function/Convert an unsigned long integer into a string.
6912 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
6913 <tag/Declaration/<tt/char* __fastcall__ ultoa (unsigned long val, char* buf, int radix);/
6914 <tag/Description/<tt/itoa/ converts the unsigned long integer <tt/val/ into a
6915 string using <tt/radix/ as the base.
6916 <tag/Notes/<itemize>
6917 <item>There are no provisions to prevent a buffer overflow.
6918 <item>The function is non standard, so it is not available in strict ANSI mode.
6919 You should probably use <tt/sprintf/ instead.
6920 <item>The function is only available as fastcall function, so it may only be
6921 used in presence of a prototype.
6922 </itemize>
6923 <tag/Availability/cc65
6924 <tag/See also/
6925 <ref id="atoi" name="atoi">,
6926 <ref id="atol" name="atol">,
6927 <ref id="itoa" name="itoa">,
6928 <ref id="ltoa" name="ltoa">,
6929 <ref id="utoa" name="utoa">
6930 <tag/Example/None.
6931 </descrip>
6932 </quote>
6933
6934
6935 <sect1>unlink<label id="unlink"><p>
6936
6937 <quote>
6938 <descrip>
6939 <tag/Function/Delete a file.
6940 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
6941 <tag/Declaration/<tt/int __fastcall__ unlink (const char* name);/
6942 <tag/Description/<tt/unlink/ deletes the file with the given name. On success,
6943 zero is returned. On error, -1 is returned and <tt/errno/ is set to an error
6944 code describing the reason for the failure.
6945 <tag/Notes/<itemize>
6946 <item>The use of this function is discouraged. Please use <tt/<ref id="remove"
6947 name="remove">/ instead, which is a native ANSI C function and does the same.
6948 <item>This function is not available on all cc65 targets (depends on the
6949 availability of file I/O).
6950 <item>The function is only available as fastcall function, so it may only
6951 be used in presence of a prototype.
6952 <item>Instead of <tt/unlink/, <tt/<ref id="remove" name="remove">/ should be
6953 used, which has the same semantics, but is more portable, because it conforms
6954 to the ISO C standard.
6955 </itemize>
6956 <tag/Availability/POSIX 1003.1
6957 <tag/See also/
6958 <ref id="remove" name="remove">
6959 <tag/Example/
6960 <verb>
6961 #include &lt;stdio.h&gt;
6962 #include &lt;unistd.h&gt;
6963
6964 #define FILENAME "helloworld"
6965
6966 if (unlink (FILENAME) == 0) {
6967     printf ("We deleted %s successfully\n", FILENAME);
6968 } else {
6969     printf ("There was a problem deleting %s\n", FILENAME);
6970 }
6971 </verb>
6972 </descrip>
6973 </quote>
6974
6975
6976 <sect1>utoa<label id="utoa"><p>
6977
6978 <quote>
6979 <descrip>
6980 <tag/Function/Convert an unsigned integer into a string.
6981 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
6982 <tag/Declaration/<tt/char* __fastcall__ utoa (unsigned val, char* buf, int radix);/
6983 <tag/Description/<tt/itoa/ converts the unsigned integer <tt/val/ into a string
6984 using <tt/radix/ as the base.
6985 <tag/Notes/<itemize>
6986 <item>There are no provisions to prevent a buffer overflow.
6987 <item>The function is non standard, so it is not available in strict ANSI mode.
6988 You should probably use <tt/sprintf/ instead.
6989 <item>The function is only available as fastcall function, so it may only be
6990 used in presence of a prototype.
6991 </itemize>
6992 <tag/Availability/cc65
6993 <tag/See also/
6994 <ref id="atoi" name="atoi">,
6995 <ref id="atol" name="atol">,
6996 <ref id="itoa" name="itoa">,
6997 <ref id="ltoa" name="ltoa">,
6998 <ref id="ultoa" name="ultoa">
6999 <tag/Example/None.
7000 </descrip>
7001 </quote>
7002
7003
7004 <sect1>vcprintf<label id="vcprintf"><p>
7005
7006 <quote>
7007 <descrip>
7008 <tag/Function/Formatted output to the console.
7009 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
7010 <tag/Declaration/<tt/int __fastcall__ vcprintf (const char* format, va_list ap);/
7011 <tag/Description/The arguments specified as a <tt/va_list/ are converted to
7012 text where necessary and formatted according to the format string given. The
7013 resulting string is output to the console. <tt/vcprintf/ supports the same
7014 format specifiers as <tt/vprintf/. <!-- <tt/<ref id="vprintf" name="vprintf">/. -->
7015 <tag/Notes/<itemize>
7016 <item>Like all other <tt/conio/ output functions, <tt/vcprintf/ distinguishes
7017 between <tt/\r/ and <tt/\n/.
7018 <item>The function is only available as fastcall function, so it may only be
7019 used in presence of a prototype.
7020 </itemize>
7021 <tag/Availability/cc65
7022 <tag/See also/
7023 <ref id="cprintf" name="cprintf">,
7024 <ref id="cputc" name="cputc">,
7025 <ref id="cputcxy" name="cputcxy">,
7026 <ref id="cputs" name="cputs">,
7027 <ref id="cputsxy" name="cputsxy">
7028 <tag/Example/None.
7029 </descrip>
7030 </quote>
7031
7032
7033 <sect1>videomode<label id="videomode"><p>
7034
7035 <quote>
7036 <descrip>
7037 <tag/Function/Switch to either 40 or 80 column mode.
7038 <tag/Header/<tt/<ref id="apple2enh.h" name="apple2enh.h">,
7039 <ref id="c128.h" name="c128.h">/
7040 <tag/Declaration/<tt/unsigned __fastcall__ videomode (unsigned Mode);/
7041 <tag/Description/Switch to 40 or 80 column mode depending on the argument. If
7042 the requested mode is already active, nothing happens. The old mode is returned
7043 from the call.
7044 <tag/Notes/<itemize>
7045 <item>The function is specific to the C128 and enhanced Apple //e.
7046 <item>This function replaces <ref id="toggle_videomode"
7047 name="toggle_videomode">.
7048 <item>The function is only available as fastcall function, so it may only be
7049 used in presence of a prototype.
7050 </itemize>
7051 <tag/Availability/C128 and enhanced Apple //e
7052 <tag/See also/
7053 <ref id="fast" name="fast">,
7054 <ref id="slow" name="slow">,
7055 <ref id="toggle_videomode" name="toggle_videomode">
7056 <tag/Example/None.
7057 </descrip>
7058 </quote>
7059
7060
7061 <sect1>waitvsync<label id="waitvsync"><p>
7062
7063 <quote>
7064 <descrip>
7065 <tag/Function/Wait until the start of the next frame.
7066 <tag/Header/
7067 <tt/<ref id="cbm.h" name="cbm.h">/,
7068 <tt/<ref id="gamate.h" name="gamate.h">/,
7069 <tt/<ref id="nes.h" name="nes.h">/,
7070 <tt/<ref id="pce.h" name="pce.h">/
7071 <tag/Declaration/<tt/void waitvsync (void);/
7072 <tag/Description/Wait for vertical sync to reduce flickering.
7073 <tag/Availability/Platforms above
7074 <tag/Example/None.
7075 </descrip>
7076 </quote>
7077
7078
7079 <sect1>wherex<label id="wherex"><p>
7080
7081 <quote>
7082 <descrip>
7083 <tag/Function/Return the current X position of the text mode cursor.
7084 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
7085 <tag/Declaration/<tt/unsigned char wherex (void);/
7086 <tag/Description/The function returns the current X position of the text mode
7087 cursor. Zero is returned for the leftmost screen position.
7088 <tag/Availability/cc65
7089 <tag/See also/
7090 <ref id="gotox" name="gotox">,
7091 <ref id="gotoy" name="gotoy">,
7092 <ref id="gotoxy" name="gotoxy">,
7093 <ref id="wherey" name="wherey">
7094 <tag/Example/None.
7095 </descrip>
7096 </quote>
7097
7098
7099 <sect1>wherey<label id="wherey"><p>
7100
7101 <quote>
7102 <descrip>
7103 <tag/Function/Return the current Y position of the text mode cursor.
7104 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
7105 <tag/Declaration/<tt/unsigned char wherey (void);/
7106 <tag/Description/The function returns the current Y position of the text mode
7107 cursor. Zero is returned for the uppermost screen position.
7108 <tag/Availability/cc65
7109 <tag/See also/
7110 <ref id="gotox" name="gotox">,
7111 <ref id="gotoy" name="gotoy">,
7112 <ref id="gotoxy" name="gotoxy">,
7113 <ref id="wherex" name="wherex">
7114 <tag/Example/None.
7115 </descrip>
7116 </quote>
7117
7118
7119 </article>