]> git.sur5r.net Git - cc65/blob - doc/funcref.sgml
Added note
[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 It allows to access the current device with the <ref id="dio.h"
3470 name="Low-level disk I/O API"> or <ref id="cbm.h" name="cbm_* I/O
3471 functions"> requiring a 'device' parameter.
3472 <tag/Notes/<itemize>
3473 <item>
3474 </itemize>
3475 <tag/Availability/cc65
3476 <tag/See also/
3477 <ref id="getdevicedir" name="getdevicedir">,
3478 <ref id="getfirstdevice" name="getfirstdevice">,
3479 <ref id="getnextdevice" name="getnextdevice">
3480 <tag/Example/<verb>
3481 dio_open (getcurrentdevice ());
3482 </verb>
3483 </descrip>
3484 </quote>
3485
3486
3487 <sect1>getcwd<label id="getcwd"><p>
3488
3489 <quote>
3490 <descrip>
3491 <tag/Function/Get current working directory.
3492 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
3493 <tag/Declaration/<tt/char* __fastcall__ getcwd (char* buf, size_t size);/
3494 <tag/Description/The function will return the current working directory.
3495 <tag/Notes/<itemize>
3496 <item>The function is only available as fastcall function, so it may only
3497 be used in presence of a prototype.
3498 </itemize>
3499 <tag/Availability/POSIX 1003.1
3500 <tag/Example/None.
3501 </descrip>
3502 </quote>
3503
3504
3505 <sect1>getdevicedir<label id="getdevicedir"><p>
3506
3507 <quote>
3508 <descrip>
3509 <tag/Function/Get device directory.
3510 <tag/Header/<tt/<ref id="device.h" name="device.h">/
3511 <tag/Declaration/<tt/char* __fastcall__ getdevicedir (unsigned char device, char* buf, size_t size);/
3512 <tag/Description/The function returns the directory representing <tt/device/.
3513 It allows to access the device on filesystem level by calling chdir() with
3514 the directory returned.
3515 <tag/Notes/<itemize>
3516 <item>Calling getdevicedir() <em/does/ check for a (formatted) disk in a
3517 floppy-disk-type device and returns NULL if that check fails.
3518 <item>The function is only available as fastcall function, so it may only
3519 be used in presence of a prototype.
3520 </itemize>
3521 <tag/Availability/cc65
3522 <tag/See also/
3523 <ref id="getcwd" name="getcwd">,
3524 <ref id="getcurrentdevice" name="getcurrentdevice">,
3525 <ref id="getfirstdevice" name="getfirstdevice">,
3526 <ref id="getnextdevice" name="getnextdevice">
3527 <tag/Example/<verb>
3528 chdir (getdevicedir (device, buf, sizeof buf));
3529 </verb>
3530 cf. <tt/samples/enumdevdir.c/
3531 </descrip>
3532 </quote>
3533
3534
3535 <sect1>getenv<label id="getenv"><p>
3536
3537 <quote>
3538 <descrip>
3539 <tag/Function/Return a value from the environment.
3540 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
3541 <tag/Declaration/<tt/char* __fastcall__ getenv (const char* name);/
3542 <tag/Description/The function searches the environment for an entry that
3543 matches <tt/name/ and returns its value. The environment consists of a list
3544 of strings in the form <tt/name=value/. If there is no match, <tt/getenv/
3545 returns <tt/NULL/.
3546 <tag/Notes/<itemize>
3547 <item>What exactly is stored in the environment depends on the machine the
3548 program is running on.
3549 <item>The function is only available as fastcall function, so it may only
3550 be used in presence of a prototype.
3551 </itemize>
3552 <tag/Availability/ISO 9899
3553 <tag/Example/None.
3554 </descrip>
3555 </quote>
3556
3557
3558 <sect1>getfirstdevice<label id="getfirstdevice"><p>
3559
3560 <quote>
3561 <descrip>
3562 <tag/Function/Get first device.
3563 <tag/Header/<tt/<ref id="device.h" name="device.h">/
3564 <tag/Declaration/<tt/unsigned char getfirstdevice (void);/
3565 <tag/Description/The function returns the first device.
3566 The constant <tt/INVALID_DEVICE/ indicates no device.
3567 <tag/Notes/<itemize>
3568 <item>
3569 </itemize>
3570 <tag/Availability/cc65
3571 <tag/See also/
3572 <ref id="getcurrentdevice" name="getcurrentdevice">,
3573 <ref id="getdevicedir" name="getdevicedir">,
3574 <ref id="getnextdevice" name="getnextdevice">
3575 <tag/Example/<verb>
3576 unsigned char dev = getfirstdevice ();
3577 while (dev != INVALID_DEVICE) {
3578         printf ("%d\n", dev);
3579         dev = getnextdevice (dev);
3580         }
3581 </verb>
3582 </descrip>
3583 </quote>
3584
3585
3586 <sect1>getnextdevice<label id="getnextdevice"><p>
3587
3588 <quote>
3589 <descrip>
3590 <tag/Function/Get next device.
3591 <tag/Header/<tt/<ref id="device.h" name="device.h">/
3592 <tag/Declaration/<tt/unsigned char __fastcall__ getnextdevice (unsigned char device);/
3593 <tag/Description/The function returns the next device after <tt/device/.
3594 The constant <tt/INVALID_DEVICE/ indicates no further device.
3595 <tag/Notes/<itemize>
3596 <item>The function is only available as fastcall function, so it may only
3597 be used in presence of a prototype.
3598 </itemize>
3599 <tag/Availability/cc65
3600 <tag/See also/
3601 <ref id="getcurrentdevice" name="getcurrentdevice">,
3602 <ref id="getdevicedir" name="getdevicedir">,
3603 <ref id="getfirstdevice" name="getfirstdevice">
3604 <tag/Example/<verb>
3605 unsigned char dev = getfirstdevice ();
3606 while (dev != INVALID_DEVICE) {
3607         printf ("%d\n", dev);
3608         dev = getnextdevice (dev);
3609         }
3610 </verb>
3611 </descrip>
3612 </quote>
3613
3614
3615 <sect1>getopt<label id="getopt"><p>
3616
3617 <quote>
3618 <descrip>
3619 <tag/Function/Parse command line options.
3620 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
3621 <tag/Declaration/<tt/int __fastcall__ getopt (int argc, char* const* argv,
3622 const char* optstring);/
3623 <tag/Description/The function parses command line arguments, <tt/argc/ and
3624 <tt/argv/ are the argument count and array passed to <tt/main/. <tt/optstring/
3625 is a string that contains command line option characters. If a character in
3626 <tt/optstring/ is followed by a colon, the option requires an argument. An
3627 option on the command line is recognized if it is one of the option characters
3628 preceeded by a '-'.
3629 <tt/getopt/ must be called repeatedly. It will return each option character
3630 found on the command line and <tt/EOF/ (-1) if there is no other option. An
3631 option argument is placed in <tt/optarg/, the index of the next element on the
3632 command line to be processed is placed in <tt/optind/.
3633 <tag/Notes/<itemize>
3634 <item>The implementation will not reorder options. A non option on the command
3635 line will terminate option processing. All remaining arguments are not
3636 recognized as options, even if the start with a '-' character.
3637 <item>The function is only available as fastcall function, so it may only
3638 be used in presence of a prototype.
3639 </itemize>
3640 <tag/Availability/POSIX.2
3641 <tag/Example/None.
3642 </descrip>
3643 </quote>
3644
3645
3646 <sect1>gotox<label id="gotox"><p>
3647
3648 <quote>
3649 <descrip>
3650 <tag/Function/Move the text mode cursor to a new X position.
3651 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
3652 <tag/Declaration/<tt/void __fastcall__ gotox (unsigned char x);/
3653 <tag/Description/The function moves the text mode cursor to the specified X
3654 position while leaving the Y position untouched. The leftmost position on the
3655 screen has the coordinate 0.
3656 <tag/Notes/<itemize>
3657 <item>The function is only available as fastcall function, so it may
3658 only be used in presence of a prototype.
3659 <item>Invalid values for the X position (out of screen coordinates) may
3660 lead to undefined behaviour.
3661 </itemize>
3662 <tag/Availability/cc65
3663 <tag/See also/
3664 <ref id="gotoy" name="gotoy">,
3665 <ref id="gotoxy" name="gotoxy">,
3666 <ref id="wherex" name="wherex">,
3667 <ref id="wherey" name="wherey">
3668 <tag/Example/None.
3669 </descrip>
3670 </quote>
3671
3672
3673 <sect1>gotoxy<label id="gotoxy"><p>
3674
3675 <quote>
3676 <descrip>
3677 <tag/Function/Move the text mode cursor to a new position.
3678 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
3679 <tag/Declaration/<tt/void __fastcall__ gotoxy (unsigned char x, unsigned char y);/
3680 <tag/Description/The function moves the text mode cursor to the specified
3681 position. The leftmost position on the screen has the X coordinate 0, the
3682 topmost line has the Y coordinate 0.
3683 <tag/Notes/<itemize>
3684 <item>The function is only available as fastcall function, so it may only be
3685 used in presence of a prototype.
3686 <item>Invalid values for any of both coordinates (out of screen positions) may
3687 lead to undefined behaviour.
3688 </itemize>
3689 <tag/Availability/cc65
3690 <tag/See also/
3691 <ref id="gotox" name="gotox">,
3692 <ref id="gotoy" name="gotoy">,
3693 <ref id="wherex" name="wherex">,
3694 <ref id="wherey" name="wherey">
3695 <tag/Example/None.
3696 </descrip>
3697 </quote>
3698
3699
3700 <sect1>gotoy<label id="gotoy"><p>
3701
3702 <quote>
3703 <descrip>
3704 <tag/Function/Move the text mode cursor to a new Y position.
3705 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
3706 <tag/Declaration/<tt/void __fastcall__ gotoy (unsigned char x);/
3707 <tag/Description/The function moves the text mode cursor to the specified Y
3708 position while leaving the X position untouched. The uppermost position on the
3709 screen has the coordinate 0.
3710 <tag/Notes/<itemize>
3711 <item>The function is only available as fastcall function, so it may
3712 only be used in presence of a prototype.
3713 <item>Invalid values for the Y position (out of screen coordinates) may lead
3714 to undefined behaviour.
3715 </itemize>
3716 <tag/Availability/cc65
3717 <tag/See also/
3718 <ref id="gotox" name="gotox">,
3719 <ref id="gotoxy" name="gotoxy">,
3720 <ref id="wherex" name="wherex">,
3721 <ref id="wherey" name="wherey">
3722 <tag/Example/None.
3723 </descrip>
3724 </quote>
3725
3726
3727 <sect1>isalnum<label id="isalnum"><p>
3728
3729 <quote>
3730 <descrip>
3731 <tag/Function/Check if a given character is a letter or digit.
3732 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3733 <tag/Declaration/<tt/int __fastcall__ isalnum (int c);/
3734 <tag/Description/The function returns a non zero value if the given argument
3735 is a letter or digit. The return value is zero if the character is anything
3736 else.
3737 <tag/Notes/<itemize>
3738 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3739 inline sequence generated by the macro will not work correctly for values
3740 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3741 this range. The non inline function may be accessed by <tt/#undef/'ing
3742 the macro.
3743 <item>When compiling without <tt/-Os/, the function is only available as
3744 fastcall function, so it may only be used in presence of a prototype.
3745 </itemize>
3746 <tag/Availability/ISO 9899
3747 <tag/See also/
3748 <ref id="isalpha" name="isalpha">,
3749 <ref id="isascii" name="isascii">,
3750 <ref id="isblank" name="isblank">,
3751 <ref id="iscntrl" name="iscntrl">,
3752 <ref id="isdigit" name="isdigit">,
3753 <ref id="isgraph" name="isgraph">,
3754 <ref id="islower" name="islower">,
3755 <ref id="isprint" name="isprint">,
3756 <ref id="ispunct" name="ispunct">,
3757 <ref id="isspace" name="isspace">,
3758 <ref id="isupper" name="isupper">,
3759 <ref id="isxdigit" name="isxdigit">
3760 <tag/Example/None.
3761 </descrip>
3762 </quote>
3763
3764
3765 <sect1>isalpha<label id="isalpha"><p>
3766
3767 <quote>
3768 <descrip>
3769 <tag/Function/Check if a given character is a letter.
3770 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3771 <tag/Declaration/<tt/int __fastcall__ isalpha (int c);/
3772 <tag/Description/The function returns a non zero value if the given argument
3773 is a letter. The return value is zero if the character is anything else.
3774 <tag/Notes/<itemize>
3775 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3776 inline sequence generated by the macro will not work correctly for values
3777 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3778 this range. The non inline function may be accessed by <tt/#undef/'ing the
3779 macro.
3780 <item>When compiling without <tt/-Os/, the function is only available as
3781 fastcall function, so it may only be used in presence of a prototype.
3782 </itemize>
3783 <tag/Availability/ISO 9899
3784 <tag/See also/
3785 <ref id="isalnum" name="isalnum">,
3786 <ref id="isascii" name="isascii">,
3787 <ref id="isblank" name="isblank">,
3788 <ref id="iscntrl" name="iscntrl">,
3789 <ref id="isdigit" name="isdigit">,
3790 <ref id="isgraph" name="isgraph">,
3791 <ref id="islower" name="islower">,
3792 <ref id="isprint" name="isprint">,
3793 <ref id="ispunct" name="ispunct">,
3794 <ref id="isspace" name="isspace">,
3795 <ref id="isupper" name="isupper">,
3796 <ref id="isxdigit" name="isxdigit">
3797 <tag/Example/None.
3798 </descrip>
3799 </quote>
3800
3801
3802 <sect1>isascii<label id="isascii"><p>
3803
3804 <quote>
3805 <descrip>
3806 <tag/Function/Check if a given character is in the ASCII (0..127) range.
3807 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3808 <tag/Declaration/<tt/int __fastcall__ isascii (int c);/
3809 <tag/Description/The function returns a non zero value if the given argument
3810 is in the range 0..127 (the range of valid ASCII characters) and zero if not.
3811 <tag/Notes/<itemize>
3812 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3813 inline sequence generated by the macro will not work correctly for values
3814 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3815 this range. The non inline function may be accessed by <tt/#undef/'ing the
3816 macro.
3817 <item>When compiling without <tt/-Os/, the function is only available as
3818 fastcall function, so it may only be used in presence of a prototype.
3819 </itemize>
3820 <tag/Availability/ISO 9899
3821 <tag/See also/
3822 <ref id="isalnum" name="isalnum">,
3823 <ref id="isalpha" name="isalpha">,
3824 <ref id="isblank" name="isblank">,
3825 <ref id="iscntrl" name="iscntrl">,
3826 <ref id="isdigit" name="isdigit">,
3827 <ref id="isgraph" name="isgraph">,
3828 <ref id="islower" name="islower">,
3829 <ref id="isprint" name="isprint">,
3830 <ref id="ispunct" name="ispunct">,
3831 <ref id="isspace" name="isspace">,
3832 <ref id="isupper" name="isupper">,
3833 <ref id="isxdigit" name="isxdigit">
3834 <tag/Example/None.
3835 </descrip>
3836 </quote>
3837
3838
3839 <sect1>isblank<label id="isblank"><p>
3840
3841 <quote>
3842 <descrip>
3843 <tag/Function/Check if a given character is a space or tab.
3844 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3845 <tag/Declaration/<tt/int __fastcall__ isblank (int c);/
3846 <tag/Description/The function returns a non zero value if the given argument
3847 is a space or tab character. The return value is zero if the character is
3848 anything else.
3849 <tag/Notes/<itemize>
3850 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3851 inline sequence generated by the macro will not work correctly for values
3852 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3853 this range. The non inline function may be accessed by <tt/#undef/'ing the
3854 macro.
3855 <item>When compiling without <tt/-Os/, the function is only available as
3856 fastcall function, so it may only be used in presence of a prototype.
3857 </itemize>
3858 <tag/Availability/ISO 9899
3859 <tag/See also/
3860 <ref id="isalnum" name="isalnum">,
3861 <ref id="isalpha" name="isalpha">,
3862 <ref id="isascii" name="isascii">,
3863 <ref id="iscntrl" name="iscntrl">,
3864 <ref id="isdigit" name="isdigit">,
3865 <ref id="isgraph" name="isgraph">,
3866 <ref id="islower" name="islower">,
3867 <ref id="isprint" name="isprint">,
3868 <ref id="ispunct" name="ispunct">,
3869 <ref id="isspace" name="isspace">,
3870 <ref id="isupper" name="isupper">,
3871 <ref id="isxdigit" name="isxdigit">
3872 <tag/Example/None.
3873 </descrip>
3874 </quote>
3875
3876
3877 <sect1>iscntrl<label id="iscntrl"><p>
3878
3879 <quote>
3880 <descrip>
3881 <tag/Function/Check if a given character is a control character.
3882 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3883 <tag/Declaration/<tt/int __fastcall__ iscntrl (int c);/
3884 <tag/Description/The function returns a non zero value if the given argument
3885 is a control character. The return value is zero if the character is anything
3886 else.
3887 <tag/Notes/<itemize>
3888 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3889 inline sequence generated by the macro will not work correctly for values
3890 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3891 this range. The non inline function may be accessed by <tt/#undef/'ing the
3892 macro.
3893 <item>When compiling without <tt/-Os/, the function is only available as
3894 fastcall function, so it may only be used in presence of a prototype.
3895 </itemize>
3896 <tag/Availability/ISO 9899
3897 <tag/See also/
3898 <ref id="isalnum" name="isalnum">,
3899 <ref id="isalpha" name="isalpha">,
3900 <ref id="isascii" name="isascii">,
3901 <ref id="isblank" name="isblank">,
3902 <ref id="isdigit" name="isdigit">,
3903 <ref id="isgraph" name="isgraph">,
3904 <ref id="islower" name="islower">,
3905 <ref id="isprint" name="isprint">,
3906 <ref id="ispunct" name="ispunct">,
3907 <ref id="isspace" name="isspace">,
3908 <ref id="isupper" name="isupper">,
3909 <ref id="isxdigit" name="isxdigit">
3910 <tag/Example/None.
3911 </descrip>
3912 </quote>
3913
3914
3915 <sect1>isdigit<label id="isdigit"><p>
3916
3917 <quote>
3918 <descrip>
3919 <tag/Function/Check if a given character is a digit.
3920 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3921 <tag/Declaration/<tt/int __fastcall__ isdigit (int c);/
3922 <tag/Description/The function returns a non zero value if the given argument
3923 is a digit. The return value is zero if the character is anything else.
3924 <tag/Notes/<itemize>
3925 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3926 inline sequence generated by the macro will not work correctly for values
3927 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3928 this range. The non inline function may be accessed by <tt/#undef/'ing the
3929 macro.
3930 <item>When compiling without <tt/-Os/, the function is only available as
3931 fastcall function, so it may only be used in presence of a prototype.
3932 </itemize>
3933 <tag/Availability/ISO 9899
3934 <tag/See also/
3935 <ref id="isalnum" name="isalnum">,
3936 <ref id="isalpha" name="isalpha">,
3937 <ref id="isascii" name="isascii">,
3938 <ref id="isblank" name="isblank">,
3939 <ref id="iscntrl" name="iscntrl">,
3940 <ref id="isgraph" name="isgraph">,
3941 <ref id="islower" name="islower">,
3942 <ref id="isprint" name="isprint">,
3943 <ref id="ispunct" name="ispunct">,
3944 <ref id="isspace" name="isspace">,
3945 <ref id="isupper" name="isupper">,
3946 <ref id="isxdigit" name="isxdigit">
3947 <tag/Example/None.
3948 </descrip>
3949 </quote>
3950
3951
3952 <sect1>isgraph<label id="isgraph"><p>
3953
3954 <quote>
3955 <descrip>
3956 <tag/Function/Check if a given character is a printable character (except
3957 space).
3958 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3959 <tag/Declaration/<tt/int __fastcall__ isgraph (int c);/
3960 <tag/Description/The function returns a non zero value if the given argument
3961 is a printable character with the exception of space. The return value is zero
3962 if the character is anything else.
3963 <tag/Notes/<itemize>
3964 <item>When compiling with <tt/-Os/ the function is actually a macro. The
3965 inline sequence generated by the macro will not work correctly for values
3966 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
3967 this range. The non inline function may be accessed by <tt/#undef/'ing the
3968 macro.
3969 <item>When compiling without <tt/-Os/, the function is only available as
3970 fastcall function, so it may only be used in presence of a prototype.
3971 </itemize>
3972 <tag/Availability/ISO 9899
3973 <tag/See also/
3974 <ref id="isalnum" name="isalnum">,
3975 <ref id="isalpha" name="isalpha">,
3976 <ref id="isascii" name="isascii">,
3977 <ref id="isblank" name="isblank">,
3978 <ref id="iscntrl" name="iscntrl">,
3979 <ref id="isdigit" name="isdigit">,
3980 <ref id="islower" name="islower">,
3981 <ref id="isprint" name="isprint">,
3982 <ref id="ispunct" name="ispunct">,
3983 <ref id="isspace" name="isspace">,
3984 <ref id="isupper" name="isupper">,
3985 <ref id="isxdigit" name="isxdigit">
3986 <tag/Example/None.
3987 </descrip>
3988 </quote>
3989
3990
3991 <sect1>islower<label id="islower"><p>
3992
3993 <quote>
3994 <descrip>
3995 <tag/Function/Check if a given character is a lower case letter.
3996 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
3997 <tag/Declaration/<tt/int __fastcall__ islower (int c);/
3998 <tag/Description/The function returns a non zero value if the given argument
3999 is a lower case letter. The return value is zero if the character is anything
4000 else.
4001 <tag/Notes/<itemize>
4002 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4003 inline sequence generated by the macro will not work correctly for values
4004 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4005 this range. The non inline function may be accessed by <tt/#undef/'ing the
4006 macro.
4007 <item>When compiling without <tt/-Os/, the function is only available as
4008 fastcall function, so it may only be used in presence of a prototype.
4009 </itemize>
4010 <tag/Availability/ISO 9899
4011 <tag/See also/
4012 <ref id="isalnum" name="isalnum">,
4013 <ref id="isalpha" name="isalpha">,
4014 <ref id="isascii" name="isascii">,
4015 <ref id="isblank" name="isblank">,
4016 <ref id="iscntrl" name="iscntrl">,
4017 <ref id="isdigit" name="isdigit">,
4018 <ref id="isgraph" name="isgraph">,
4019 <ref id="isprint" name="isprint">,
4020 <ref id="ispunct" name="ispunct">,
4021 <ref id="isspace" name="isspace">,
4022 <ref id="isupper" name="isupper">,
4023 <ref id="isxdigit" name="isxdigit">
4024 <tag/Example/None.
4025 </descrip>
4026 </quote>
4027
4028
4029 <sect1>isprint<label id="isprint"><p>
4030
4031 <quote>
4032 <descrip>
4033 <tag/Function/Check if a given character is a printable character.
4034 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4035 <tag/Declaration/<tt/int __fastcall__ isprint (int c);/
4036 <tag/Description/The function returns a non zero value if the given argument
4037 is a printable character (this includes the space character). The return value
4038 is zero if the character is anything else.
4039 <tag/Notes/<itemize>
4040 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4041 inline sequence generated by the macro will not work correctly for values
4042 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4043 this range. The non inline function may be accessed by <tt/#undef/'ing the
4044 macro.
4045 <item>When compiling without <tt/-Os/, the function is only available as
4046 fastcall function, so it may only be used in presence of a prototype.
4047 </itemize>
4048 <tag/Availability/ISO 9899
4049 <tag/See also/
4050 <ref id="isalnum" name="isalnum">,
4051 <ref id="isalpha" name="isalpha">,
4052 <ref id="isascii" name="isascii">,
4053 <ref id="isblank" name="isblank">,
4054 <ref id="iscntrl" name="iscntrl">,
4055 <ref id="isdigit" name="isdigit">,
4056 <ref id="isgraph" name="isgraph">,
4057 <ref id="islower" name="islower">,
4058 <ref id="ispunct" name="ispunct">,
4059 <ref id="isspace" name="isspace">,
4060 <ref id="isupper" name="isupper">,
4061 <ref id="isxdigit" name="isxdigit">
4062 <tag/Example/None.
4063 </descrip>
4064 </quote>
4065
4066
4067 <sect1>ispunct<label id="ispunct"><p>
4068
4069 <quote>
4070 <descrip>
4071 <tag/Function/Check if a given character is a printable character but not a
4072 space or an alphanumeric character.
4073 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4074 <tag/Declaration/<tt/int __fastcall__ ispunct (int c);/
4075 <tag/Description/The function returns a non zero value if the given argument
4076 is a printable character, but not a space or anything alphanumeric. The return
4077 value is zero if the character is anything else.
4078 <tag/Notes/<itemize>
4079 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4080 inline sequence generated by the macro will not work correctly for values
4081 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4082 this range. The non inline function may be accessed by <tt/#undef/'ing the
4083 macro.
4084 <item>When compiling without <tt/-Os/, the function is only available as
4085 fastcall function, so it may only be used in presence of a prototype.
4086 </itemize>
4087 <tag/Availability/ISO 9899
4088 <tag/See also/
4089 <ref id="isalnum" name="isalnum">,
4090 <ref id="isalpha" name="isalpha">,
4091 <ref id="isascii" name="isascii">,
4092 <ref id="isblank" name="isblank">,
4093 <ref id="iscntrl" name="iscntrl">,
4094 <ref id="isdigit" name="isdigit">,
4095 <ref id="isgraph" name="isgraph">,
4096 <ref id="islower" name="islower">,
4097 <ref id="isprint" name="isprint">,
4098 <ref id="isspace" name="isspace">,
4099 <ref id="isupper" name="isupper">,
4100 <ref id="isxdigit" name="isxdigit">
4101 <tag/Example/None.
4102 </descrip>
4103 </quote>
4104
4105
4106 <sect1>isspace<label id="isspace"><p>
4107
4108 <quote>
4109 <descrip>
4110 <tag/Function/Check if a given character is a white-space character.
4111 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4112 <tag/Declaration/<tt/int __fastcall__ isspace (int c);/
4113 <tag/Description/The function returns a non zero value if the given argument
4114 is a white space character. The return value is zero if the character is
4115 anything else. The standard white space characters are: space, formfeed ('\f'),
4116 newline ('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab
4117 ('\v').
4118 <tag/Notes/<itemize>
4119 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4120 inline sequence generated by the macro will not work correctly for values
4121 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4122 this range. The non inline function may be accessed by <tt/#undef/'ing the
4123 macro.
4124 <item>When compiling without <tt/-Os/, the function is only available as
4125 fastcall function, so it may only be used in presence of a prototype.
4126 </itemize>
4127 <tag/Availability/ISO 9899
4128 <tag/See also/
4129 <ref id="isalnum" name="isalnum">,
4130 <ref id="isalpha" name="isalpha">,
4131 <ref id="isascii" name="isascii">,
4132 <ref id="isblank" name="isblank">,
4133 <ref id="iscntrl" name="iscntrl">,
4134 <ref id="isdigit" name="isdigit">,
4135 <ref id="isgraph" name="isgraph">,
4136 <ref id="islower" name="islower">,
4137 <ref id="isprint" name="isprint">,
4138 <ref id="ispunct" name="ispunct">,
4139 <ref id="isupper" name="isupper">,
4140 <ref id="isxdigit" name="isxdigit">
4141 <tag/Example/None.
4142 </descrip>
4143 </quote>
4144
4145
4146 <sect1>isupper<label id="isupper"><p>
4147
4148 <quote>
4149 <descrip>
4150 <tag/Function/Check if a given character is an upper case letter.
4151 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4152 <tag/Declaration/<tt/int __fastcall__ isupper (int c);/
4153 <tag/Description/The function returns a non zero value if the given argument
4154 is an upper case letter. The return value is zero if the character is anything
4155 else.
4156 <tag/Notes/<itemize>
4157 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4158 inline sequence generated by the macro will not work correctly for values
4159 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4160 this range. The non inline function may be accessed by <tt/#undef/'ing the
4161 macro.
4162 <item>When compiling without <tt/-Os/, the function is only available as
4163 fastcall function, so it may only be used in presence of a prototype.
4164 </itemize>
4165 <tag/Availability/ISO 9899
4166 <tag/See also/
4167 <ref id="isalnum" name="isalnum">,
4168 <ref id="isalpha" name="isalpha">,
4169 <ref id="isascii" name="isascii">,
4170 <ref id="isblank" name="isblank">,
4171 <ref id="iscntrl" name="iscntrl">,
4172 <ref id="isdigit" name="isdigit">,
4173 <ref id="isgraph" name="isgraph">,
4174 <ref id="islower" name="islower">,
4175 <ref id="isprint" name="isprint">,
4176 <ref id="ispunct" name="ispunct">,
4177 <ref id="isspace" name="isspace">,
4178 <ref id="isxdigit" name="isxdigit">
4179 <tag/Example/None.
4180 </descrip>
4181 </quote>
4182
4183
4184 <sect1>isxdigit<label id="isxdigit"><p>
4185
4186 <quote>
4187 <descrip>
4188 <tag/Function/Check if a given character is a hexadecimal digit.
4189 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
4190 <tag/Declaration/<tt/int __fastcall__ isxdigit (int c);/
4191 <tag/Description/The function returns a non zero value if the given argument
4192 is a hexadecimal digit (0..9, a..f and A..F). The return value is zero if the
4193 character is anything else.
4194 <tag/Notes/<itemize>
4195 <item>When compiling with <tt/-Os/ the function is actually a macro. The
4196 inline sequence generated by the macro will not work correctly for values
4197 outside the range 0..255. <em/Note:/ The constant <tt/EOF/ is not part of
4198 this range. The non inline function may be accessed by <tt/#undef/'ing the
4199 macro.
4200 <item>When compiling without <tt/-Os/, the function is only available as
4201 fastcall function, so it may only be used in presence of a prototype.
4202 </itemize>
4203 <tag/Availability/ISO 9899
4204 <tag/See also/
4205 <ref id="isalnum" name="isalnum">,
4206 <ref id="isalpha" name="isalpha">,
4207 <ref id="isascii" name="isascii">,
4208 <ref id="isblank" name="isblank">,
4209 <ref id="iscntrl" name="iscntrl">,
4210 <ref id="isdigit" name="isdigit">,
4211 <ref id="isgraph" name="isgraph">,
4212 <ref id="islower" name="islower">,
4213 <ref id="isprint" name="isprint">,
4214 <ref id="ispunct" name="ispunct">,
4215 <ref id="isspace" name="isspace">,
4216 <ref id="isupper" name="isupper">
4217 <tag/Example/None.
4218 </descrip>
4219 </quote>
4220
4221
4222 <sect1>itoa<label id="itoa"><p>
4223
4224 <quote>
4225 <descrip>
4226 <tag/Function/Convert an integer into a string.
4227 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
4228 <tag/Declaration/<tt/char* __fastcall__ itoa (int val, char* buf, int radix);/
4229 <tag/Description/<tt/itoa/ converts the integer <tt/val/ into a string using
4230 <tt/radix/ as the base.
4231 <tag/Notes/<itemize>
4232 <item>There are no provisions to prevent a buffer overflow.
4233 <item>If <tt/val/ contains <tt/INT_MIN/, the behaviour is undefined.
4234 <item>The function is non standard, so it is not available in strict ANSI mode.
4235 You should probably use <tt/sprintf/ instead.
4236 <item>The function is only available as fastcall function, so it may only be
4237 used in presence of a prototype.
4238 </itemize>
4239 <tag/Availability/cc65
4240 <tag/See also/
4241 <ref id="atoi" name="atoi">,
4242 <ref id="atol" name="atol">,
4243 <ref id="ltoa" name="ltoa">,
4244 <ref id="ultoa" name="ultoa">,
4245 <ref id="utoa" name="utoa">
4246 <tag/Example/None.
4247 </descrip>
4248 </quote>
4249
4250
4251 <sect1>joy_count<label id="joy_count"><p>
4252
4253 <quote>
4254 <descrip>
4255 <tag/Function/Return the number of joysticks supported by the current driver.
4256 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4257 <tag/Declaration/<tt/unsigned char joy_count (void);/
4258 <tag/Description/The function returns a the number of joysticks supported
4259 by the current joystick driver.
4260 <tag/Notes/<itemize>
4261 <item>A joystick driver must be loaded using <ref id="joy_load_driver"
4262 name="joy_load_driver"> before calling this function.
4263 <item>The function returns the number of joysticks supported by the driver.
4264 There's no way to check for the number of actually connected joysticks.
4265 </itemize>
4266 <tag/Availability/cc65
4267 <tag/See also/
4268 <ref id="joy_load_driver" name="joy_load_driver">,
4269 <ref id="joy_read" name="joy_read">
4270 <tag/Example/None.
4271 </descrip>
4272 </quote>
4273
4274
4275 <sect1>joy_install<label id="joy_install"><p>
4276
4277 <quote>
4278 <descrip>
4279 <tag/Function/Install an already loaded driver and return an error code.
4280 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4281 <tag/Declaration/<tt/unsigned char __fastcall__ joy_install (void* driver);/
4282 <tag/Description/The function installs a driver that was already loaded into
4283 memory (or linked statically to the program). It returns an error code
4284 (<tt/JOY_ERR_OK/ in case of success).
4285 <tag/Notes/<itemize>
4286 <item>The function is only available as fastcall function, so it may only be
4287 used in presence of a prototype.
4288 </itemize>
4289 <tag/Availability/cc65
4290 <tag/See also/
4291 <ref id="joy_load_driver" name="joy_load_driver">,
4292 <ref id="joy_uninstall" name="joy_uninstall">,
4293 <ref id="joy_unload" name="joy_unload">
4294 <tag/Example/None.
4295 </descrip>
4296 </quote>
4297
4298
4299 <sect1>joy_load_driver<label id="joy_load_driver"><p>
4300
4301 <quote>
4302 <descrip>
4303 <tag/Function/Load a driver from disk and install it.
4304 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4305 <tag/Declaration/<tt/unsigned char __fastcall__ joy_load_driver (const char* driver);/
4306 <tag/Description/The function loads a driver with the given name from disk
4307 and installs it. An error code is returned, which is <tt/JOY_ERR_OK/ if the
4308 driver was successfully loaded and installed.
4309 <tag/Notes/<itemize>
4310 <item>The function is only available as fastcall function, so it may only be
4311 used in presence of a prototype.
4312 </itemize>
4313 <tag/Availability/cc65
4314 <tag/See also/
4315 <ref id="joy_install" name="joy_install">,
4316 <ref id="joy_uninstall" name="joy_uninstall">,
4317 <ref id="joy_unload" name="joy_unload">
4318 <tag/Example/None.
4319 </descrip>
4320 </quote>
4321
4322
4323 <sect1>joy_read<label id="joy_read"><p>
4324
4325 <quote>
4326 <descrip>
4327 <tag/Function/Read the status of a joystick.
4328 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4329 <tag/Declaration/<tt/unsigned char __fastcall__ joy_read (unsigned char joystick);/
4330 <tag/Description/The function reads the status bits for a joystick. The number
4331 of the joystick is passed as parameter. The result may be examined by using one
4332 of the <tt/JOY_xxx/ macros from <ref id="joystick.h" name="joystick.h">.
4333 <tag/Notes/<itemize>
4334 <item>A joystick driver must be loaded using <ref id="joy_load_driver"
4335 name="joy_load_driver"> before calling this function.
4336 <item>The function is only available as fastcall function, so it may only be
4337 used in presence of a prototype.
4338 </itemize>
4339 <tag/Availability/cc65
4340 <tag/See also/
4341 <ref id="joy_count" name="joy_count">,
4342 <ref id="joy_load_driver" name="joy_load_driver">,
4343 <ref id="joy_unload" name="joy_unload">
4344 <tag/Example/None.
4345 </descrip>
4346 </quote>
4347
4348
4349 <sect1>joy_uninstall<label id="joy_uninstall"><p>
4350
4351 <quote>
4352 <descrip>
4353 <tag/Function/Uninstall the current joystick driver.
4354 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4355 <tag/Declaration/<tt/unsigned char joy_uninstall (void);/
4356 <tag/Description/The function uninstalls the currently installed joystick
4357 driver. It does not remove the driver from memory. The function returns an
4358 error code, which is <tt/JOY_ERR_OK/ if the driver was successfully uninstalled.
4359 <tag/Notes/<itemize>
4360 <item>A joystick driver must be installed using <ref id="joy_install"
4361 name="joy_install"> before calling this function.
4362 </itemize>
4363 <tag/Availability/cc65
4364 <tag/See also/
4365 <ref id="joy_install" name="joy_install">,
4366 <ref id="joy_load_driver" name="joy_load_driver">,
4367 <ref id="joy_unload" name="joy_unload">
4368 <tag/Example/None.
4369 </descrip>
4370 </quote>
4371
4372
4373 <sect1>joy_unload<label id="joy_unload"><p>
4374
4375 <quote>
4376 <descrip>
4377 <tag/Function/Uninstall, then unload the current joystick driver.
4378 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
4379 <tag/Declaration/<tt/unsigned char joy_unload (void);/
4380 <tag/Description/The function uninstalls the currently installed joystick
4381 driver and removes it from memory. An error code is returned, which is
4382 <tt/JOY_ERR_OK/ if the driver was successfully uninstalled.
4383 <tag/Notes/<itemize>
4384 <item>A joystick driver must be loaded using <ref id="joy_load_driver"
4385 name="joy_load_driver"> before calling this function.
4386 </itemize>
4387 <tag/Availability/cc65
4388 <tag/See also/
4389 <ref id="joy_load_driver" name="joy_load_driver">
4390 <tag/Example/None.
4391 </descrip>
4392 </quote>
4393
4394
4395 <sect1>kbhit<label id="kbhit"><p>
4396
4397 <quote>
4398 <descrip>
4399 <tag/Function/Check if there's a key waiting in the keyboard buffer.
4400 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
4401 <tag/Declaration/<tt/unsigned char kbhit (void);/
4402 <tag/Description/The function returns a value of zero if there is no character
4403 waiting to be read from the keyboard. It returns non zero otherwise.
4404 <tag/Notes/<itemize>
4405 <item>If the system does not support a keyboard buffer (most systems
4406 do), the function is rather useless.
4407 </itemize>
4408 <tag/Availability/cc65
4409 <tag/See also/
4410 <ref id="cgetc" name="cgetc">,
4411 <ref id="cursor" name="cursor">
4412 <tag/Example/None.
4413 </descrip>
4414 </quote>
4415
4416
4417 <sect1>kbrepeat<label id="kbrepeat"><p>
4418
4419 <quote>
4420 <descrip>
4421 <tag/Function/Set the keyboard repeat mode.
4422 <tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
4423 <tag/Declaration/<tt/unsigned char __fastcall__ kbrepeat (unsigned char mode);/
4424 <tag/Description/This function changes which keys have automatic repeat when
4425 being held down for a certain time. Possible values are <tt/KBREPEAT_CURSOR/
4426 (repeat only cursor-related keys), <tt/KBREPEAT_NONE/ (no repeat for any
4427 keys), and <tt/KBREPEAT_ALL/ (repeat all keys). The old mode is returned, so
4428 it can be restored later.
4429 <tag/Notes/<itemize>
4430 <item>The function is available only as a fastcall function; so, it may be used
4431 only in the presence of a prototype.
4432 </itemize>
4433 <tag/Availability/cc65
4434 <tag/Example/None.
4435 </descrip>
4436 </quote>
4437
4438
4439 <sect1>labs<label id="labs"><p>
4440
4441 <quote>
4442 <descrip>
4443 <tag/Function/Returns the absolute value of a long integer.
4444 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
4445 <tag/Declaration/<tt/long __fastcall__ labs (long v);/
4446 <tag/Description/<tt/labs/ returns the absolute value of the argument passed to
4447 the function.
4448 <tag/Notes/<itemize>
4449 <item>The return value is undefined if <tt/LONG_MIN/ is passed to the function.
4450 <item>The function is only available as fastcall function, so it may only be
4451 used in presence of a prototype.
4452 </itemize>
4453 <tag/Availability/ISO 9899
4454 <tag/See also/
4455 <ref id="abs" name="abs">
4456 <tag/Example/None.
4457 </descrip>
4458 </quote>
4459
4460
4461 <sect1>ltoa<label id="ltoa"><p>
4462
4463 <quote>
4464 <descrip>
4465 <tag/Function/Convert a long integer into a string.
4466 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
4467 <tag/Declaration/<tt/char* __fastcall__ ltoa (long val, char* buf, int radix);/
4468 <tag/Description/<tt/itoa/ converts the long integer <tt/val/ into a string
4469 using <tt/radix/ as the base.
4470 <tag/Notes/<itemize>
4471 <item>There are no provisions to prevent a buffer overflow.
4472 <item>If <tt/val/ contains <tt/LONG_MIN/, the behaviour is undefined.
4473 <item>The function is non standard, so it is not available in strict ANSI mode.
4474 You should probably use <tt/sprintf/ instead.
4475 <item>The function is only available as fastcall function, so it may only be
4476 used in presence of a prototype.
4477 </itemize>
4478 <tag/Availability/cc65
4479 <tag/See also/
4480 <ref id="atoi" name="atoi">,
4481 <ref id="atol" name="atol">,
4482 <ref id="itoa" name="itoa">,
4483 <ref id="ultoa" name="ultoa">,
4484 <ref id="utoa" name="utoa">
4485 <tag/Example/None.
4486 </descrip>
4487 </quote>
4488
4489
4490 <sect1>localeconv<label id="localeconv"><p>
4491
4492 <quote>
4493 <descrip>
4494 <tag/Function/Returns a pointer to the current locale structure.
4495 <tag/Header/<tt/<ref id="locale.h" name="locale.h">/
4496 <tag/Declaration/<tt/struct lconv* localeconv (void);/
4497 <tag/Description/<tt/localeconv/ returns a pointer to the current locale
4498 structure.
4499 <tag/Notes/<itemize>
4500 <item>cc65 supports only the "C" locale, so even after setting a new locale
4501 using <tt/<ref id="setlocale" name="setlocale">/, the structure returned will
4502 always be the same.
4503 </itemize>
4504 <tag/Availability/ISO 9899
4505 <tag/See also/
4506 <ref id="setlocale" name="setlocale">
4507 <tag/Example/None.
4508 </descrip>
4509 </quote>
4510
4511
4512 <sect1>longjmp<label id="longjmp"><p>
4513
4514 <quote>
4515 <descrip>
4516 <tag/Function/Non local goto.
4517 <tag/Header/<tt/<ref id="setjmp.h" name="setjmp.h">/
4518 <tag/Declaration/<tt/void __fastcall__ longjmp (jmp_buf buf, int retval);/
4519 <tag/Description/The <tt/longjmp/ function restores a program context from the
4520 data in <tt/buf/, which must have been set by a preceeding call to
4521 <tt/<ref id="setjmp" name="setjmp">/. Program execution continues as if the
4522 call to <tt/<ref id="setjmp" name="setjmp">/ has just returned the value
4523 <tt/retval/.
4524 <tag/Notes/<itemize>
4525 <item>If the parameter <tt/retval/ is zero, the function will behave as if it
4526 was called with a value of one.
4527 <item>The function is only available as fastcall function, so it may only
4528 be used in presence of a prototype.
4529 </itemize>
4530 <tag/Availability/ISO 9899
4531 <tag/See also/
4532 <ref id="setjmp" name="setjmp">
4533 <tag/Example/None.
4534 </descrip>
4535 </quote>
4536
4537
4538 <sect1>malloc<label id="malloc"><p>
4539
4540 <quote>
4541 <descrip>
4542 <tag/Function/Allocate dynamic memory.
4543 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
4544 <tag/Declaration/<tt/void* __fastcall__ malloc (size_t size);/
4545 <tag/Description/<tt/malloc/ allocates size bytes on the heap and returns a
4546 pointer to the allocated memory block. On error (not enough memory available),
4547 <tt/malloc/ returns <tt/NULL/.
4548 <tag/Notes/<itemize>
4549 <item>The function is only available as fastcall function, so it may only
4550 be used in presence of a prototype.
4551 </itemize>
4552 <tag/Availability/ISO 9899
4553 <tag/See also/
4554 <ref id="_heapadd" name="_heapadd">,
4555 <ref id="_heapblocksize" name="_heapblocksize">,
4556 <ref id="_heapmaxavail" name="_heapmaxavail">,
4557 <ref id="_heapmemavail" name="_heapmemavail">,
4558 <ref id="calloc" name="calloc">,
4559 <ref id="free" name="free">,
4560 <ref id="realloc" name="realloc">,
4561 <ref id="strdup" name="strdup">
4562 <tag/Example/None.
4563 </descrip>
4564 </quote>
4565
4566
4567 <sect1>memchr<label id="memchr"><p>
4568
4569 <quote>
4570 <descrip>
4571 <tag/Function/Search for a character in a block of raw memory.
4572 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4573 <tag/Declaration/<tt/void* __fastcall__ strchr (const void* mem, int c, size_t count);/
4574 <tag/Description/The <tt/memchr/ function locates the first occurrence of <tt/c/
4575 (converted to a char) in the block of raw memory string pointed to by <tt/mem/
4576 that is of size <tt/count/. Upon completion, the function returns a pointer to
4577 the character found, or a null pointer if the character was not found.
4578 <tag/Notes/<itemize>
4579 <item>The function is only available as fastcall function, so it may only
4580 be used in presence of a prototype.
4581 </itemize>
4582 <tag/Availability/ISO 9899
4583 <tag/See also/
4584 <ref id="strchr" name="strchr">
4585 <tag/Example/None.
4586 </descrip>
4587 </quote>
4588
4589
4590 <sect1>memcmp<label id="memcmp"><p>
4591
4592 <quote>
4593 <descrip>
4594 <tag/Function/Compare two memory areas.
4595 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4596 <tag/Declaration/<tt/int __fastcall__ memcmp (const void* p1, const void* p2, size_t count);/
4597 <tag/Description/<tt/memcmp/ compares <tt/count/ bytes from the memory area
4598 pointed to by <tt/p1/ into the memory area pointed to by <tt/p2/. It returns a value that is less than
4599 zero if <tt/p1/ is less than <tt/p2/, zero if <tt/p1/ is the same as <tt/p2/,
4600 and a value greater than zero if <tt/p1/ is greater than <tt/p2/.
4601 <tag/Notes/<itemize>
4602 <item>The function is only available as fastcall function, so it may only
4603 be used in presence of a prototype.
4604 </itemize>
4605 <tag/Availability/ISO 9899
4606 <tag/See also/
4607 <ref id="strcmp" name="strcmp">,
4608 <ref id="memmove" name="memmove">,
4609 <ref id="memset" name="memset">
4610 <tag/Example/None.
4611 </descrip>
4612 </quote>
4613
4614
4615 <sect1>memcpy<label id="memcpy"><p>
4616
4617 <quote>
4618 <descrip>
4619 <tag/Function/Copy a memory area.
4620 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4621 <tag/Declaration/<tt/void* __fastcall__ memcpy (void* dest, const void* src, size_t count);/
4622 <tag/Description/<tt/memcpy/ copies <tt/count/ bytes from the memory area
4623 pointed to by <tt/src/ into the memory area pointed to by <tt/dest/. It returns
4624 <tt/dest/.
4625 <tag/Notes/<itemize>
4626 <item>The result is undefined if the memory areas do overlap. Use
4627 <tt/<ref id="memmove" name="memmove">/ to copy overlapping memory areas.
4628 <item>The function is only available as fastcall function, so it may only
4629 be used in presence of a prototype.
4630 </itemize>
4631 <tag/Availability/ISO 9899
4632 <tag/See also/
4633 <ref id="_swap" name="_swap">,
4634 <ref id="memmove" name="memmove">,
4635 <ref id="memset" name="memset">
4636 <tag/Example/None.
4637 </descrip>
4638 </quote>
4639
4640
4641 <sect1>memmove<label id="memmove"><p>
4642
4643 <quote>
4644 <descrip>
4645 <tag/Function/Copy a memory area.
4646 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4647 <tag/Declaration/<tt/void* __fastcall__ memmove (void* dest, const void* src, size_t count);/
4648 <tag/Description/<tt/memmove/ copies <tt/count/ bytes from the memory area
4649 pointed to by <tt/src/ into the memory area pointed to by <tt/dest/. It returns
4650 <tt/dest/.
4651 <tag/Notes/<itemize>
4652 <item>While <tt/memmove/ allows the memory areas to overlap, it has some
4653 additional overhead compared to <tt/<ref id="memcpy" name="memcpy">/.
4654 <item>The function is only available as fastcall function, so it may only
4655 be used in presence of a prototype.
4656 </itemize>
4657 <tag/Availability/ISO 9899
4658 <tag/See also/
4659 <ref id="_swap" name="_swap">,
4660 <ref id="memcpy" name="memcpy">,
4661 <ref id="memset" name="memset">
4662 <tag/Example/None.
4663 </descrip>
4664 </quote>
4665
4666
4667 <sect1>memset<label id="memset"><p>
4668
4669 <quote>
4670 <descrip>
4671 <tag/Function/Fill a memory area.
4672 <tag/Header/<tt/<ref id="string.h" name="string.h">/
4673 <tag/Declaration/<tt/void* __fastcall__ memset (void* p, int val, size_t count);/
4674 <tag/Description/<tt/memset/ fills the memory area pointed to by <tt/p/ with
4675 the value <tt/val/. The function returns <tt/p/.
4676 <tag/Notes/<itemize>
4677 <item>The function is only available as fastcall function, so it may only
4678 be used in presence of a prototype.
4679 </itemize>
4680 <tag/Availability/ISO 9899
4681 <tag/See also/
4682 <ref id="_swap" name="_swap">,
4683 <ref id="bzero" name="bzero">,
4684 <ref id="memcpy" name="memcpy">,
4685 <ref id="memmove" name="memmove">
4686 <tag/Example/None.
4687 </descrip>
4688 </quote>
4689
4690
4691 <sect1>mod_free<label id="mod_free"><p>
4692
4693 <quote>
4694 <descrip>
4695 <tag/Function/Free a relocatable module.
4696 <tag/Header/<tt/<ref id="modload.h" name="modload.h">/
4697 <tag/Declaration/<tt/void __fastcall__ mod_free (void* module);/
4698 <tag/Description/The function will free a module loaded into memory by use of
4699 the <tt/<ref id="mod_load" name="mod_load">/ function.
4700 <tag/Notes/<itemize>
4701 <item>The pointer passed as parameter is the pointer to the module memory,
4702 not the pointer to the control structure.
4703 <item>The function is available only as a fastcall function; so, it may be used
4704 only in the presence of a prototype.
4705 </itemize>
4706 <tag/Availability/cc65
4707 <tag/See also/
4708 <ref id="mod_load" name="mod_load">
4709 <tag/Example/None.
4710 </descrip>
4711 </quote>
4712
4713
4714 <sect1>mod_load<label id="mod_load"><p>
4715
4716 <quote>
4717 <descrip>
4718 <tag/Function/Load a relocatable module.
4719 <tag/Header/<tt/<ref id="modload.h" name="modload.h">/
4720 <tag/Declaration/<tt/unsigned char __fastcall__ mod_load (struct mod_ctrl* ctrl);/
4721 <tag/Description/The function will load a code module into memory and relocate
4722 it. The function will return an error code. If <tt/MLOAD_OK/ is returned, the
4723 outgoing fields in the passed <tt/mod_ctrl/ struct contain information about
4724 the module just loaded. Possible error codes are:
4725 <itemize>
4726 <item><tt/MLOAD_OK/ - Module load successful
4727 <item><tt/MLOAD_ERR_READ/ - Read error
4728 <item><tt/MLOAD_ERR_HDR/ - Header error
4729 <item><tt/MLOAD_ERR_OS/ - Wrong operating system
4730 <item><tt/MLOAD_ERR_FMT/ - Data format error
4731 <item><tt/MLOAD_ERR_MEM/ - Not enough memory
4732 </itemize>
4733 <tag/Notes/<itemize>
4734 <item>The <htmlurl url="ld65.html" name="ld65"> linker is needed to create
4735 relocatable o65 modules for use with this function.
4736 <item>The function is available only as a fastcall function; so, it may be used
4737 only in the presence of a prototype.
4738 </itemize>
4739 <tag/Availability/cc65
4740 <tag/See also/
4741 <ref id="mod_free" name="mod_free">
4742 <tag/Example/None.
4743 </descrip>
4744 </quote>
4745
4746
4747 <sect1>mouse_setbox<label id="mouse_setbox"><p>
4748
4749 <quote>
4750 <descrip>
4751 <tag/Function/Specify a bounding box for the mouse cursor.
4752 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4753 <tag/Declaration/<tt/void __fastcall__ mouse_setbox (const struct mouse_box* box);/
4754 <tag/Description/The function allows to set a bounding box for mouse movement.
4755 <tag/Notes/<itemize>
4756 <item>The function does not check if the mouse cursor is currently within the
4757 given rectangle. Placing the mouse cursor within the bounding box is the
4758 responsibility of the programmer.
4759 <item>While the bounding box may be larger than the actual screen size, the
4760 standard mouse cursor draw routines may fail to set the cursor to coordinates
4761 outside of the screen area. Depending on the platform, you may have to supply
4762 your own mouse cursor routines.
4763 <item>The function is only available as fastcall function, so it may only be
4764 used in presence of a prototype.
4765 </itemize>
4766 <tag/Availability/cc65
4767 <tag/See also/
4768 <ref id="mouse_getbox" name="mouse_getbox">,
4769 <ref id="mouse_move" name="mouse_move">
4770 <tag/Example/None.
4771 </descrip>
4772 </quote>
4773
4774
4775 <sect1>mouse_getbox<label id="mouse_getbox"><p>
4776
4777 <quote>
4778 <descrip>
4779 <tag/Function/Return the current bounding box for the mouse cursor.
4780 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4781 <tag/Declaration/<tt/void __fastcall__ mouse_getbox (struct mouse_box* box);/
4782 <tag/Description/The function queries the current bounding box for mouse
4783 movement.
4784 <tag/Notes/<itemize>
4785 <item>The function is only available as fastcall function, so it may only be
4786 used in presence of a prototype.
4787 </itemize>
4788 <tag/Availability/cc65
4789 <tag/See also/
4790 <ref id="mouse_move" name="mouse_move">,
4791 <ref id="mouse_setbox" name="mouse_setbox">
4792 <tag/Example/None.
4793 </descrip>
4794 </quote>
4795
4796
4797 <sect1>mouse_buttons<label id="mouse_buttons"><p>
4798
4799 <quote>
4800 <descrip>
4801 <tag/Function/Return a bit mask encoding the state of the mouse buttons.
4802 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4803 <tag/Declaration/<tt/unsigned char mouse_buttons (void);/
4804 <tag/Description/The function returns a bit mask that encodes the state of the
4805 mouse buttons. You may use the <tt/MOUSE_BTN_XXX/ flags to decode the function
4806 return value.
4807 <tag/Availability/cc65
4808 <tag/See also/
4809 <ref id="mouse_info" name="mouse_info">,
4810 <ref id="mouse_pos" name="mouse_pos">
4811 <tag/Example/None.
4812 </descrip>
4813 </quote>
4814
4815
4816 <sect1>mouse_geterrormsg<label id="mouse_geterrormsg"><p>
4817
4818 <quote>
4819 <descrip>
4820 <tag/Function/Return a readable error message for an error code.
4821 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4822 <tag/Declaration/<tt/const char* __fastcall__ mouse_geterrormsg (unsigned char
4823 code);/
4824 <tag/Description/The function returns an error message (in english) for the
4825 error code passed parameter.
4826 <tag/Notes/<itemize>
4827 <item>The function will return "Unknown error" for invalid error codes.
4828 <item>The function is only available as fastcall function, so it may only be
4829 used in presence of a prototype.
4830 </itemize>
4831 <tag/Availability/cc65
4832 <tag/See also/
4833 <ref id="mouse_load_driver" name="mouse_load_driver">,
4834 <ref id="mouse_uninstall" name="mouse_uninstall">,
4835 <ref id="mouse_unload" name="mouse_unload">
4836 <tag/Example/None.
4837 </descrip>
4838 </quote>
4839
4840
4841 <sect1>mouse_hide<label id="mouse_hide"><p>
4842
4843 <quote>
4844 <descrip>
4845 <tag/Function/Hide the mouse pointer.
4846 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4847 <tag/Declaration/<tt/void mouse_hide (void);/
4848 <tag/Description/The function hides the mouse pointer. It manages a counter
4849 that is shared between <tt/<ref id="mouse_show" name="mouse_show">/ and
4850 <tt/mouse_hide/ so that every call call to <tt/mouse_hide/ must be followed by
4851 a call to <tt/<ref id="mouse_show" name="mouse_show">/ to make the mouse cursor
4852 visible.
4853 <tag/Availability/cc65
4854 <tag/See also/
4855 <ref id="mouse_show" name="mouse_show">
4856 <tag/Example/None.
4857 </descrip>
4858 </quote>
4859
4860
4861 <sect1>mouse_info<label id="mouse_info"><p>
4862
4863 <quote>
4864 <descrip>
4865 <tag/Function/Return the state of the mouse buttons and the position of the
4866 mouse.
4867 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4868 <tag/Declaration/<tt/void __fastcall__ mouse_info (struct mouse_info* info);/
4869 <tag/Description/The function returns the state of the mouse buttons and the
4870 position of the mouse in the <tt/mouse_info/ structure passed as parameter.
4871 <tag/Notes/<itemize>
4872 <item>The <tt/mouse_info/ struct is a superset of the <tt/mouse_pos/ struct,
4873 so if you just need the mouse position, call <tt/<ref id="mouse_pos"
4874 name="mouse_pos">/ instead.
4875 <item>The function is only available as fastcall function, so it may only be
4876 used in presence of a prototype.
4877 </itemize>
4878 <tag/Availability/cc65
4879 <tag/See also/
4880 <ref id="mouse_buttons" name="mouse_buttons">,
4881 <ref id="mouse_pos" name="mouse_pos">
4882 <tag/Example/None.
4883 </descrip>
4884 </quote>
4885
4886
4887 <sect1>mouse_install<label id="mouse_install"><p>
4888
4889 <quote>
4890 <descrip>
4891 <tag/Function/Install an already loaded mouse driver.
4892 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4893 <tag/Declaration/<tt/unsigned char __fastcall__ mouse_install (const struct
4894 mouse_callbacks* c, void* driver);/
4895 <tag/Description/The function installs an already loaded mouse driver and
4896 returns an error code. The <tt/mouse_callbacks/ structure passed as first
4897 parameter contains pointers to routines needed to move or hide/show the mouse
4898 pointer. Defaults for these routines are supplied by the library, so if you
4899 can live with these defaults (which are platform specific), just pass a
4900 pointer to <tt/mouse_def_callbacks/. The function may be used to install a
4901 driver linked statically to the program.
4902 <tag/Notes/<itemize>
4903 <item>Not all drivers are able to detect if the supported hardware is really
4904 present.
4905 <item>After installing a driver, the mouse cursor is hidden.
4906 <item>The function is only available as fastcall function, so it may only be
4907 used in presence of a prototype.
4908 </itemize>
4909 <tag/Availability/cc65
4910 <tag/See also/
4911 <ref id="mouse_load_driver" name="mouse_load_driver">,
4912 <ref id="mouse_uninstall" name="mouse_uninstall">,
4913 <ref id="mouse_unload" name="mouse_unload">
4914 <tag/Example/None.
4915 </descrip>
4916 </quote>
4917
4918
4919 <sect1>mouse_ioctl<label id="mouse_ioctl"><p>
4920
4921 <quote>
4922 <descrip>
4923 <tag/Function/Call the driver specific ioctl function.
4924 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4925 <tag/Declaration/<tt/unsigned char __fastcall__ mouse_ioctl (unsigned char code, void* data);/
4926 <tag/Description/The function calls the IOCTL entry in the mouse driver,
4927 which is driver specific. The <tt/code/ parameter will choose between
4928 different IOCTL functions, and the <tt/data/ depends on code. The
4929 function returns an error code. The purpose of this function is to allow
4930 for driver specific extensions. See the documentation for a specific mouse
4931 driver for supported ioctl calls.
4932 <tag/Notes/<itemize>
4933 <item>Calling this function is non portable, because each driver may
4934 implement different ioctl calls (or none at all).
4935 <item>The function is only available as fastcall function, so it may only be
4936 used in presence of a prototype.
4937 </itemize>
4938 <tag/Availability/cc65
4939 <tag/Example/None.
4940 </descrip>
4941 </quote>
4942
4943
4944 <sect1>mouse_load_driver<label id="mouse_load_driver"><p>
4945
4946 <quote>
4947 <descrip>
4948 <tag/Function/Load and initialize a mouse driver.
4949 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4950 <tag/Declaration/<tt/unsigned char __fastcall__ mouse_load_driver (const struct
4951 mouse_callbacks* c, const char* driver);/
4952 <tag/Description/Load a mouse driver into memory and initialize it. The
4953 function returns an error code that tells if the call has been successful. The
4954 <tt/mouse_callbacks/ structure passed as first parameter contains pointers to
4955 routines needed to move or hide/show the mouse pointer. Defaults for these
4956 routines are supplied by the library, so if you can live with these defaults
4957 (which are platform specific), just pass a pointer to <tt/mouse_def_callbacks/.
4958 <tag/Notes/<itemize>
4959 <item>The driver is loaded by name, so currently you must know the type of
4960 mouse that should be supported. There is no autodetect capability.
4961 <item>Not all drivers are able to detect if the supported hardware is really
4962 present.
4963 <item>After installing a driver, the mouse cursor is hidden.
4964 <item>The function is only available as fastcall function, so it may only be
4965 used in presence of a prototype.
4966 </itemize>
4967 <tag/Availability/cc65
4968 <tag/See also/
4969 <ref id="mouse_install" name="mouse_install">,
4970 <ref id="mouse_uninstall" name="mouse_uninstall">,
4971 <ref id="mouse_unload" name="mouse_unload">
4972 <tag/Example/None.
4973 </descrip>
4974 </quote>
4975
4976
4977 <sect1>mouse_move<label id="mouse_move"><p>
4978
4979 <quote>
4980 <descrip>
4981 <tag/Function/Move the mouse cursor to a specific position.
4982 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
4983 <tag/Declaration/<tt/void __fastcall__ mouse_move (int x, int y);/
4984 <tag/Description/The function updates the mouse position. If the mouse cursor
4985 is visible, it is shown at the new position.
4986 <tag/Notes/<itemize>
4987 <item>The function does not check if the new position is within the bounding
4988 box specified with <tt/<ref id="mouse_setbox" name="mouse_setbox">/.
4989 <item>The function is only available as fastcall function, so it may only be
4990 used in presence of a prototype.
4991 </itemize>
4992 <tag/Availability/cc65
4993 <tag/See also/
4994 <ref id="mouse_getbox" name="mouse_getbox">,
4995 <ref id="mouse_setbox" name="mouse_setbox">
4996 <tag/Example/None.
4997 </descrip>
4998 </quote>
4999
5000
5001 <sect1>mouse_pos<label id="mouse_pos"><p>
5002
5003 <quote>
5004 <descrip>
5005 <tag/Function/Return the position of the mouse.
5006 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
5007 <tag/Declaration/<tt/void __fastcall__ mouse_pos (struct mouse_pos* pos);/
5008 <tag/Description/The function returns the position of the mouse in the
5009 <tt/mouse_pos/ structure passed as parameter.
5010 <tag/Notes/<itemize>
5011 <item>The <tt/mouse_pos/ struct is a subset of the <tt/mouse_info/ struct,
5012 so if you do also need the mouse buttons, call <tt/<ref id="mouse_info"
5013 name="mouse_info">/ instead.
5014 <item>The function is only available as fastcall function, so it may only be
5015 used in presence of a prototype.
5016 </itemize>
5017 <tag/Availability/cc65
5018 <tag/See also/
5019 <ref id="mouse_buttons" name="mouse_buttons">,
5020 <ref id="mouse_info" name="mouse_info">
5021 <tag/Example/None.
5022 </descrip>
5023 </quote>
5024
5025
5026 <sect1>mouse_show<label id="mouse_show"><p>
5027
5028 <quote>
5029 <descrip>
5030 <tag/Function/Show the mouse pointer.
5031 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
5032 <tag/Declaration/<tt/void mouse_show (void);/
5033 <tag/Description/The function shows the mouse pointer. It manages a counter
5034 that is shared between <tt/<ref id="mouse_hide" name="mouse_hide">/ and
5035 <tt/mouse_show/. The mouse cursor is visible if there was one more call to
5036 <tt/mouse_show/ than to <tt/<ref id="mouse_hide" name="mouse_hide">/.
5037 <tag/Availability/cc65
5038 <tag/See also/
5039 <ref id="mouse_hide" name="mouse_hide">
5040 <tag/Example/None.
5041 </descrip>
5042 </quote>
5043
5044
5045 <sect1>mouse_uninstall<label id="mouse_uninstall"><p>
5046
5047 <quote>
5048 <descrip>
5049 <tag/Function/Uninstall an already loaded mouse driver.
5050 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
5051 <tag/Declaration/<tt/unsigned char mouse_uninstall (void);/
5052 <tag/Description/The function uninstalls an already loaded mouse driver but
5053 don't removes it from memory.
5054 <tag/Notes/<itemize>
5055 <item>If the driver has been loaded using <tt/<ref id="mouse_load_driver"
5056 name="mouse_load_driver">/, <tt/<ref id="mouse_unload" name="mouse_unload">/
5057 should be used instead of <tt/mouse_uninstall/ so the driver is also removed
5058 from memory.
5059 </itemize>
5060 <tag/Availability/cc65
5061 <tag/See also/
5062 <ref id="mouse_install" name="mouse_install">,
5063 <ref id="mouse_load_driver" name="mouse_load_driver">,
5064 <ref id="mouse_unload" name="mouse_unload">
5065 <tag/Example/None.
5066 </descrip>
5067 </quote>
5068
5069
5070 <sect1>mouse_unload<label id="mouse_unload"><p>
5071
5072 <quote>
5073 <descrip>
5074 <tag/Function/Unload a mouse driver.
5075 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
5076 <tag/Declaration/<tt/unsigned char mouse_unload (void);/
5077 <tag/Description/The function unloads a loaded mouse driver and frees all
5078 memory allocated for the driver.
5079 <tag/Notes/<itemize>
5080 <item>The function does nothing if no driver is loaded.
5081 </itemize>
5082 <tag/Availability/cc65
5083 <tag/See also/
5084 <ref id="mouse_install" name="mouse_install">,
5085 <ref id="mouse_load_driver" name="mouse_load_driver">,
5086 <ref id="mouse_uninstall" name="mouse_uninstall">
5087 <tag/Example/None.
5088 </descrip>
5089 </quote>
5090
5091
5092 <sect1>offsetof<label id="offsetof"><p>
5093
5094 <quote>
5095 <descrip>
5096 <tag/Function/Calculate the offset of a struct or union member.
5097 <tag/Header/<tt/<ref id="stddef.h" name="stddef.h">/
5098 <tag/Declaration/<tt/size_t offsetof (type, member);/
5099 <tag/Description/<tt/offsetof/ calculates the address offset of a <tt/struct/
5100 or <tt/union/ member.
5101 <tag/Notes/<itemize>
5102 <item>The function is actually a macro.
5103 </itemize>
5104 <tag/Availability/ISO 9899
5105 <tag/Example/None.
5106 </descrip>
5107 </quote>
5108
5109
5110 <sect1>open<label id="open"><p>
5111
5112 <quote>
5113 <descrip>
5114 <tag/Function/Open and possibly create a file.
5115 <tag/Header/<tt/<ref id="fcntl.h" name="fcntl.h">/
5116 <tag/Declaration/<tt/int open (const char* name, int flags, ...);/
5117 <tag/Description/<tt/open/ opens a file and returns the file descriptor
5118 associated with it. On error, -1 is returned and an error code is stored in
5119 <tt/errno/. Several flags may be passed to <tt/open/ that change the behaviour.
5120 <tag/Notes/<itemize>
5121 <item>POSIX specifies an additional <tt/mode/ argument that may be passed to
5122 open, which is used as the permission mask when a new file is created. While
5123 cc65 allows to pass this argument, it is ignored.
5124 </itemize>
5125 <tag/Availability/POSIX 1003.1
5126 <tag/See also/
5127 <ref id="close" name="close">,
5128 <ref id="creat" name="creat">
5129 <tag/Example/None.
5130 </descrip>
5131 </quote>
5132
5133
5134 <sect1>opendir<label id="opendir"><p>
5135
5136 <quote>
5137 <descrip>
5138 <tag/Function/Open a directory.
5139 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
5140 <tag/Declaration/<tt/DIR* __fastcall__ opendir (const char* name);/
5141 <tag/Description/<tt/opendir/ opens a directory and returns the direcory
5142 descriptor associated with it. On error, NULL is returned and an error code is
5143 stored in <tt/errno/.
5144 <tag/Notes/<itemize>
5145 <item>The function is only available as fastcall function, so it may only
5146 be used in presence of a prototype.
5147 </itemize>
5148 <tag/Availability/POSIX 1003.1
5149 <tag/See also/
5150 <ref id="closedir" name="closedir">,
5151 <ref id="readdir" name="readdir">
5152 <tag/Example/None.
5153 </descrip>
5154 </quote>
5155
5156
5157 <sect1>peekbsys<label id="peekbsys"><p>
5158
5159 <quote>
5160 <descrip>
5161 <tag/Function/Read one byte from a location in the system bank.
5162 <tag/Header/<tt/<ref id="cbm610.h" name="cbm610.h">/,
5163 <tt/<ref id="cbm510.h" name="cbm510.h">/
5164 <tag/Declaration/<tt/unsigned char __fastcall__ peekbsys (unsigned addr);/
5165 <tag/Description/<tt/peekbsys/ reads one byte from the given address in the
5166 system bank (bank 15) of the CBM PET-II machines and returns it.
5167 <tag/Notes/<itemize>
5168 <item>The function is only available as fastcall function, so it may only
5169 be used in presence of a prototype.
5170 <item>This function may be a macro depending on the compiler options. The
5171 actual function is accessible by #undef'ing the macro.
5172 </itemize>
5173 <tag/Availability/cc65
5174 <tag/See also/
5175 <ref id="PEEK" name="PEEK">,
5176 <ref id="PEEKW" name="PEEKW">,
5177 <ref id="peekwsys" name="peekwsys">,
5178 <ref id="pokebsys" name="pokebsys">,
5179 <ref id="pokewsys" name="pokewsys">
5180 <tag/Example/None.
5181 </descrip>
5182 </quote>
5183
5184
5185 <sect1>peekwsys<label id="peekwsys"><p>
5186
5187 <quote>
5188 <descrip>
5189 <tag/Function/Read one word from a location in the system bank.
5190 <tag/Header/<tt/<ref id="cbm610.h" name="cbm610.h">/,
5191 <tt/<ref id="cbm510.h" name="cbm510.h">/
5192 <tag/Declaration/<tt/unsigned __fastcall__ peekwsys (unsigned addr);/
5193 <tag/Description/<tt/peekwsys/ reads one word from the given address in the
5194 system bank (bank 15) of the CBM PET-II machines and returns it. Following
5195 the usual 6502 conventions, the low byte is read from <tt/addr/, and the
5196 high byte is read from <tt/addr+1/.
5197 <tag/Notes/<itemize>
5198 <item>The function is only available as fastcall function, so it may only
5199 be used in presence of a prototype.
5200 <item>The order in which the two bytes are read is undefined.
5201 </itemize>
5202 <tag/Availability/cc65
5203 <tag/See also/
5204 <ref id="PEEK" name="PEEK">,
5205 <ref id="PEEKW" name="PEEKW">,
5206 <ref id="peekbsys" name="peekbsys">,
5207 <ref id="pokebsys" name="pokebsys">,
5208 <ref id="pokewsys" name="pokewsys">
5209 <tag/Example/None.
5210 </descrip>
5211 </quote>
5212
5213
5214 <sect1>perror<label id="perror"><p>
5215
5216 <quote>
5217 <descrip>
5218 <tag/Function/Print an error message for the error in <tt/errno/.
5219 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
5220 <tag/Declaration/<tt/void __fastcall__ perror (const char* s);/
5221 <tag/Description/<tt/perror/ prints an error message to <tt/stderr/. If <tt/s/
5222 is not <tt/NULL/ and not an empty string, it is printed followed by a colon and
5223 a blank. Then the error message for the current contents of <tt/errno/ is
5224 printed followed by a newline. The message output is the same as returned by
5225 <tt/<ref id="strerror" name="strerror">/ with an argument of <tt/errno/.
5226 <tag/Notes/<itemize>
5227 <item>The function is only available as fastcall function, so it may only
5228 be used in presence of a prototype.
5229 </itemize>
5230 <tag/Availability/ISO 9899
5231 <tag/See also/
5232 <ref id="_poserror" name="_poserror">,
5233 <ref id="strerror" name="strerror">
5234 <tag/Example/None.
5235 </descrip>
5236 </quote>
5237
5238
5239 <sect1>pokebsys<label id="pokebsys"><p>
5240
5241 <quote>
5242 <descrip>
5243 <tag/Function/Write one byte to a location in the system bank.
5244 <tag/Header/<tt/<ref id="cbm610.h" name="cbm610.h">/,
5245 <tt/<ref id="cbm510.h" name="cbm510.h">/
5246 <tag/Declaration/<tt/void __fastcall__ pokebsys (unsigned addr, unsigned char val);/
5247 <tag/Description/<tt/pokebsys/ writes one byte to the given address in the
5248 system bank (bank 15) of the CBM PET-II machines.
5249 <tag/Notes/<itemize>
5250 <item>The function is only available as fastcall function, so it may only
5251 be used in presence of a prototype.
5252 </itemize>
5253 <tag/Availability/cc65
5254 <tag/See also/
5255 <ref id="POKE" name="POKE">,
5256 <ref id="POKEW" name="POKEW">,
5257 <ref id="peekbsys" name="peekbsys">,
5258 <ref id="peekwsys" name="peekwsys">,
5259 <ref id="pokewsys" name="pokewsys">
5260 <tag/Example/None.
5261 </descrip>
5262 </quote>
5263
5264
5265 <sect1>pokewsys<label id="pokewsys"><p>
5266
5267 <quote>
5268 <descrip>
5269 <tag/Function/Write one word to a location in the system bank.
5270 <tag/Header/<tt/<ref id="cbm610.h" name="cbm610.h">/,
5271 <tt/<ref id="cbm510.h" name="cbm510.h">/
5272 <tag/Declaration/<tt/void __fastcall__ pokewsys (unsigned addr, unsigned val);/
5273 <tag/Description/<tt/pokewsys/ writes one word to the given address in the
5274 system bank (bank 15) of the CBM PET-II machines. Following the usual 6502
5275 conventions, the low byte of <tt/val/ is written to <tt/addr/, and the
5276 high byte is written to <tt/addr+1/.
5277 <tag/Notes/<itemize>
5278 <item>The function is only available as fastcall function, so it may only
5279 be used in presence of a prototype.
5280 <item>The order in which the two bytes are written is undefined.
5281 </itemize>
5282 <tag/Availability/cc65
5283 <tag/See also/
5284 <ref id="POKE" name="POKE">,
5285 <ref id="POKEW" name="POKEW">,
5286 <ref id="peekbsys" name="peekbsys">,
5287 <ref id="peekwsys" name="peekwsys">,
5288 <ref id="pokebsys" name="pokebsys">
5289 <tag/Example/None.
5290 </descrip>
5291 </quote>
5292
5293
5294 <sect1>qsort<label id="qsort"><p>
5295
5296 <quote>
5297 <descrip>
5298 <tag/Function/Sort an array.
5299 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
5300 <tag/Declaration/<tt/void __fastcall__ qsort (void* base, size_t count,
5301 size_t size, int __fastcall__ (* compare) (const void*, const void*));/
5302 <tag/Description/<tt/qsort/ sorts an array according to a given compare
5303 function <tt/compare/. <tt/base/ is the address of the array, <tt/count/
5304 is the number of elements, <tt/size/ the size of an element and <tt/compare/
5305 the function used to compare the members.
5306 <tag/Notes/<itemize>
5307 <item>If there are multiple members with the same key, the order after calling
5308 the function is undefined.
5309 <item>The function is only available as fastcall function, so it may only
5310 be used in presence of a prototype.
5311 <item>The function to which <tt/compare/ points must have the <tt/fastcall/
5312 calling convention.
5313 </itemize>
5314 <tag/Availability/ISO 9899
5315 <tag/See also/
5316 <ref id="bsearch" name="bsearch">
5317 <tag/Example/None.
5318 </descrip>
5319 </quote>
5320
5321
5322 <sect1>raise<label id="raise"><p>
5323
5324 <quote>
5325 <descrip>
5326 <tag/Function/Send a signal to the executing program.
5327 <tag/Header/<tt/<ref id="signal.h" name="signal.h">/
5328 <tag/Declaration/<tt/int __fastcall__ raise (int sig);/
5329 <tag/Description/<tt/raise/ sends the given signal to the program. If the
5330 program has installed a signal handler for the signal, this signal handler
5331 will be executed. If no handler has been installed, the default action for
5332 the raised signal will be taken. The function returns zero on success,
5333 nonzero otherwise.
5334 <tag/Notes/<itemize>
5335 <item>The function is only available as fastcall function, so it may only
5336 be used in presence of a prototype.
5337 </itemize>
5338 <tag/Availability/ISO 9899
5339 <tag/See also/
5340 <ref id="abort" name="abort">,
5341 <ref id="signal" name="signal">
5342 <tag/Example/None.
5343 </descrip>
5344 </quote>
5345
5346
5347 <sect1>rand<label id="rand"><p>
5348
5349 <quote>
5350 <descrip>
5351 <tag/Function/Return a pseudo random number.
5352 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
5353 <tag/Declaration/<tt/int rand (void);/
5354 <tag/Description/The function returns a pseudo random number
5355 between 0 and <tt/RAND_MAX/ (exclusive).
5356 <tag/Notes/<itemize>
5357 <item>Without using <tt><ref id="srand" name="srand"></tt>, always the same
5358 flow of numbers is generated.
5359 <item>On startup, the function behaves as if <ref id="srand" name="srand">
5360 had been used with an argument of 1.
5361 </itemize>
5362 <tag/Availability/ISO 9899
5363 <tag/See also/
5364 <ref id="_randomize" name="_randomize">,
5365 <ref id="srand" name="srand">
5366 <tag/Example/None.
5367 </descrip>
5368 </quote>
5369
5370
5371 <sect1>readdir<label id="readdir"><p>
5372
5373 <quote>
5374 <descrip>
5375 <tag/Function/Read a directory.
5376 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
5377 <tag/Declaration/<tt/struct dirent* __fastcall__ readdir (DIR* dir);/
5378 <tag/Description/<tt/readdir/ reads the next directory entry from the directory
5379 stream pointed to by <tt/dir/. It stores the data in a <tt/dirent/ structure
5380 and returns a pointer to it. If the end of directory is reached, or an error
5381 occurs, NULL is returned. In case of errors, an error code is stored into
5382 <tt/errno/.
5383 <tag/Notes/<itemize>
5384 <item>The function is only available as fastcall function, so it may only
5385 be used in presence of a prototype.
5386 <item>The returned pointer may point to a statically allocated instance of
5387 <tt/struct dirent/, so it may get overwritten by subsequent calls to
5388 <tt/readdir/.
5389 <item>On several platforms, namely the CBMs and the Atari, the disk drives get
5390 confused when opening/closing files between directory reads. So for example a
5391 program that reads the list of files on a disk, and after each call to
5392 <tt/readdir/, opens the file to process it, will fail.<newline>
5393 Possible solutions are reading the directory into memory before processing the
5394 file list, or to reset the directory by seeking to the correct position after
5395 opening/closing a file:
5396 <verb>
5397         seekdir (DIR, telldir (DIR));
5398 </verb>
5399 Platforms known to work without problems are: Apple.
5400 </itemize>
5401 <tag/Availability/POSIX 1003.1
5402 <tag/See also/
5403 <ref id="closedir" name="closedir">,
5404 <ref id="opendir" name="opendir">
5405 <tag/Example/None.
5406 </descrip>
5407 </quote>
5408
5409
5410 <sect1>realloc<label id="realloc"><p>
5411
5412 <quote>
5413 <descrip>
5414 <tag/Function/Change the size of an allocated memory block.
5415 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
5416 <tag/Declaration/<tt/void* __fastcall__ realloc (void* block, size_t size);/
5417 <tag/Description/<tt/realloc/ changes the size of the memory block pointed to
5418 by <tt/block/ to <tt/size/ bytes. If <tt/block/ is <tt/NULL/, <tt/realloc/
5419 behaves as if <tt/malloc/ had been called. If <tt/size/ is zero, <tt/realloc/
5420 behaves as if <tt/free/ had been called. On error (not enough memory
5421 available), <tt/realloc/ returns <tt/NULL/.
5422 <tag/Notes/<itemize>
5423 <item>The part of the memory block that is returned will have its contents
5424 unchanged.
5425 <item>This function is somewhat dangerous to use. Be careful to save the
5426 pointer you're passing somewhere else, otherwise
5427 <tscreen><verb>
5428         ptr = realloc (ptr, size);
5429 </verb></tscreen>
5430 will loose your only copy of <tt/ptr/ if <tt/realloc/ returns <tt/NULL/.
5431 <item>The function is only available as fastcall function, so it may only
5432 be used in presence of a prototype.
5433 </itemize>
5434 <tag/Availability/ISO 9899
5435 <tag/See also/
5436 <ref id="_heapadd" name="_heapadd">,
5437 <ref id="_heapblocksize" name="_heapblocksize">,
5438 <ref id="_heapmaxavail" name="_heapmaxavail">,
5439 <ref id="_heapmemavail" name="_heapmemavail">,
5440 <ref id="calloc" name="calloc">,
5441 <ref id="free" name="free">,
5442 <ref id="realloc" name="realloc">
5443 <tag/Example/None.
5444 </descrip>
5445 </quote>
5446
5447
5448 <sect1>remove<label id="remove"><p>
5449
5450 <quote>
5451 <descrip>
5452 <tag/Function/Delete a file.
5453 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
5454 <tag/Declaration/<tt/int __fastcall__ remove (const char* name);/
5455 <tag/Description/<tt/remove/ deletes the file with the given name. On success,
5456 zero is returned. On error, -1 is returned and <tt/errno/ is set to an error
5457 code describing the reason for the failure.
5458 <tag/Notes/<itemize>
5459 <item>This function is not available on all cc65 targets (depends on the
5460 availability of file I/O).
5461 <item>The function is only available as fastcall function, so it may only
5462 be used in presence of a prototype.
5463 </itemize>
5464 <tag/Availability/ISO 9899
5465 <tag/See also/
5466 <ref id="rename" name="rename">,
5467 <ref id="unlink" name="unlink">
5468 <tag/Example/
5469 <verb>
5470 #include &lt;stdio.h&gt;
5471
5472 #define FILENAME "helloworld"
5473
5474 if (remove (FILENAME) == 0) {
5475     printf ("We deleted %s successfully\n", FILENAME);
5476 } else {
5477     printf ("There was a problem deleting %s\n", FILENAME);
5478 }
5479 </verb>
5480 </descrip>
5481 </quote>
5482
5483
5484 <sect1>rename<label id="rename"><p>
5485
5486 <quote>
5487 <descrip>
5488 <tag/Function/Rename a file.
5489 <tag/Header/<tt/<ref id="stdio.h" name="stdio.h">/
5490 <tag/Declaration/<tt/int __fastcall__ rename (const char* oldname, const char* newname);/
5491 <tag/Description/<tt/rename/ renames a file (gives it a new name). On success,
5492 zero is returned. On error, -1 is returned and <tt/errno/ is set to an error
5493 code describing the reason for the failure.
5494 <tag/Notes/<itemize>
5495 <item>This function is not available on all cc65 targets (depends on the
5496 capabilities of the storage devices).
5497 <item>The function is only available as fastcall function, so it may only
5498 be used in presence of a prototype.
5499 </itemize>
5500 <tag/Availability/ISO 9899
5501 <tag/See also/
5502 <ref id="remove" name="remove">
5503 <tag/Example/
5504 <verb>
5505 #include &lt;stdio.h&gt;
5506
5507 #define OLDNAME "textfile.txt"
5508 #define NEWNAME "textfile.bak"
5509
5510 if (rename (OLDNAME, NEWNAME) == 0) {
5511     printf ("Renamed %s to %s\n", OLDNAME, NEWNAME);
5512 } else {
5513     printf ("Error renaming %s to %s\n", OLDNAME, NEWNAME);
5514 }
5515 </verb>
5516 </descrip>
5517 </quote>
5518
5519
5520 <sect1>reset_brk<label id="reset_brk"><p>
5521
5522 <quote>
5523 <descrip>
5524 <tag/Function/Resets the break vector to its original value.
5525 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
5526 <tag/Declaration/<tt/void reset_brk (void);/
5527 <tag/Description/<tt/reset_brk/ resets the break vector to the value it had
5528 before a call to <tt/set_brk/.
5529 <tag/Notes/<itemize>
5530 <item>The break vector is reset on program termination, so it's not strictly
5531 necessary to call this function as a part of your clean-up when exitting the program.
5532 </itemize>
5533 <tag/Availability/cc65
5534 <tag/See also/
5535 <ref id="reset_irq" name="reset_irq">,
5536 <ref id="set_brk" name="set_brk">,
5537 <ref id="set_irq" name="set_irq">
5538 <tag/Example/None.
5539 </descrip>
5540 </quote>
5541
5542
5543 <sect1>reset_irq<label id="reset_irq"><p>
5544
5545 <quote>
5546 <descrip>
5547 <tag/Function/Resets the C level interrupt request vector.
5548 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
5549 <tag/Declaration/<tt/void reset_irq (void);/
5550 <tag/Description/<tt/reset_irq/ resets the C level interrupt request vector.
5551 <tag/Notes/<itemize>
5552 <item>The interrupt vector is reset on program termination, so it's not strictly
5553 necessary to call this function as a part of your clean-up when exitting the program.
5554 </itemize>
5555 <tag/Availability/cc65
5556 <tag/See also/
5557 <ref id="reset_brk" name="reset_brk">,
5558 <ref id="set_brk" name="set_brk">,
5559 <ref id="set_irq" name="set_irq">
5560 <tag/Example/None.
5561 </descrip>
5562 </quote>
5563
5564
5565 <sect1>revers<label id="revers"><p>
5566
5567 <quote>
5568 <descrip>
5569 <tag/Function/Control revers character display.
5570 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
5571 <tag/Declaration/<tt/unsigned char __fastcall__ revers (unsigned char onoff);/
5572 <tag/Description/If the argument is non zero, the function enables reverse
5573 character display. If the argument is zero, reverse character display is
5574 switched off. The old value of the setting is returned.
5575 <tag/Notes/<itemize>
5576 <item>The function may not be supported by the hardware, in which case
5577 the call is ignored.
5578 <item>The function is only available as fastcall function, so it may only
5579 be used in presence of a prototype.
5580 </itemize>
5581 <tag/Availability/cc65
5582 <tag/See also/
5583 <ref id="textcolor" name="textcolor">
5584 <tag/Example/None.
5585 </descrip>
5586 </quote>
5587
5588
5589 <sect1>rewinddir<label id="rewinddir"><p>
5590
5591 <quote>
5592 <descrip>
5593 <tag/Function/Reset a directory stream.
5594 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
5595 <tag/Declaration/<tt/void __fastcall__ rewinddir (DIR* dir);/
5596 <tag/Description/<tt/rewinddir/ sets the position of the directory stream
5597 pointed to by <tt/dir/ to the start of the directory.
5598 <tag/Notes/<itemize>
5599 <item>The function is only available as fastcall function, so it may only
5600 be used in presence of a prototype.
5601 </itemize>
5602 <tag/Availability/POSIX 1003.1
5603 <tag/See also/
5604 <ref id="seekdir" name="seekdir">,
5605 <ref id="telldir" name="telldir">
5606 <tag/Example/None.
5607 </descrip>
5608 </quote>
5609
5610
5611 <sect1>screensize<label id="screensize"><p>
5612
5613 <quote>
5614 <descrip>
5615 <tag/Function/Return the dimensions of the text mode screen.
5616 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
5617 <tag/Declaration/<tt/void __fastcall__ screensize (unsigned char* x, unsigned char* y);/
5618 <tag/Description/The function returns the dimensions of the text mode screen.
5619 <tag/Notes/<itemize>
5620 <item>The function is only available as fastcall function, so it may only
5621 be used in presence of a prototype.
5622 </itemize>
5623 <tag/Availability/cc65
5624 <tag/See also/
5625 <ref id="gotox" name="gotox">,
5626 <ref id="gotoxy" name="gotoxy">,
5627 <ref id="gotoy" name="gotoy">,
5628 <ref id="wherex" name="wherex">,
5629 <ref id="wherey" name="wherey">
5630 <tag/Example/None.
5631 </descrip>
5632 </quote>
5633
5634
5635 <sect1>seekdir<label id="seekdir"><p>
5636
5637 <quote>
5638 <descrip>
5639 <tag/Function/Set the position of a directory stream.
5640 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
5641 <tag/Declaration/<tt/void __fastcall__ seekdir (DIR* dir, long offset);/
5642 <tag/Description/<tt/seekdir/ sets the position of the directory stream
5643 pointed to by <tt/dir/ to the value given in <tt/offset/, which should be a
5644 value returned by <tt/<ref id="telldir" name="telldir">/.
5645 <tag/Notes/<itemize>
5646 <item>The function is only available as fastcall function, so it may only
5647 be used in presence of a prototype.
5648 </itemize>
5649 <tag/Availability/POSIX 1003.1
5650 <tag/See also/
5651 <ref id="rewinddir" name="rewinddir">,
5652 <ref id="telldir" name="telldir">
5653 <tag/Example/None.
5654 </descrip>
5655 </quote>
5656
5657
5658 <sect1>ser_close<label id="ser_close"><p>
5659
5660 <quote>
5661 <descrip>
5662 <tag/Function/Close the port and disable interrupts
5663 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5664 <tag/Declaration/<tt/unsigned char ser_close (void);/
5665 <tag/Description/Close the port by clearing buffers and disable interrupts.
5666 <tag/Availability/cc65
5667 <tag/See also/Other serial functions.
5668 <tag/Example/
5669 <verb>
5670 #include <serial.h>
5671
5672 static void initialize(){
5673   struct ser_params params = {
5674     SER_BAUD_9600,
5675     SER_BITS_8,
5676     SER_STOP_1,
5677     SER_PAR_MARK,
5678     SER_HS_NONE
5679   };
5680   ser_install(lynx_comlynx); // This will activate the ComLynx
5681   CLI();
5682   ser_open(&amp;params);
5683 }
5684 </verb>
5685 </descrip>
5686 </quote>
5687
5688
5689 <sect1>ser_get<label id="ser_get"><p>
5690
5691 <quote>
5692 <descrip>
5693 <tag/Function/Read a character from serial port.
5694 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5695 <tag/Declaration/<tt/unsigned char __fastcall__ ser_get (char* b);/
5696 <tag/Description/Get a character from the serial port. If no characters are
5697 available, the function will return SER_ERR_NO_DATA, so this is not a fatal
5698 error.
5699 <tag/Notes/<itemize>
5700 <item>The function is only available as fastcall function, so it may only
5701 be used in presence of a prototype.
5702 </itemize>
5703 <tag/Availability/cc65
5704 <tag/See also/Other serial functions.
5705 <tag/Example/
5706 Wait for a character to be available from a serial port.
5707 <verb>
5708 char ch;
5709 while (ser_get(&amp;ch) == SER_ERR_NO_DATA)
5710   ;
5711 </verb>
5712 </descrip>
5713 </quote>
5714
5715
5716 <sect1>ser_install<label id="ser_install"><p>
5717
5718 <quote>
5719 <descrip>
5720 <tag/Function/Install an already loaded driver and return an error code.
5721 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5722 <tag/Declaration/<tt/unsigned char __fastcall__ ser_install (void* driver);/
5723 <tag/Description/The function installs a driver that was already loaded into
5724 memory (or linked statically to the program). It returns an error code
5725 (<tt/SER_ERR_OK/ in case of success).
5726 <tag/Notes/<itemize>
5727 <item>The function is only available as fastcall function, so it may only be
5728 used in presence of a prototype.
5729 </itemize>
5730 <tag/Availability/cc65
5731 <tag/See also/
5732 <ref id="ser_load_driver" name="ser_load_driver">,
5733 <ref id="ser_uninstall" name="ser_uninstall">,
5734 <ref id="ser_unload" name="ser_unload">
5735 <tag/Example/<verb>
5736 ser_install(lynx_comlynx); //Include the driver statically instead of loading it.
5737 </verb>
5738 </descrip>
5739 </quote>
5740
5741
5742 <sect1>ser_ioctl<label id="ser_ioctl"><p>
5743
5744 <quote>
5745 <descrip>
5746 <tag/Function/Platform dependent code extensions.
5747 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5748 <tag/Declaration/<tt/unsigned __fastcall__ ser_ioctl (unsigned char code, void* data);/
5749 <tag/Description/Some platforms have extra serial functions that are not
5750 supported by standard serial driver functions. You can extend the driver to support
5751 this extra functionality bt using ser_ioctl functions.
5752 <tag/Notes/<itemize>
5753 <item>The function is only available as fastcall function, so it may only
5754 be used in presence of a prototype.
5755 <item>These functions are not easily portable to other cc65 platforms.
5756 </itemize>
5757 <tag/Availability/cc65
5758 <tag/See also/Other serial functions.
5759 <tag/Example/None
5760 </descrip>
5761 </quote>
5762
5763 <sect1>ser_load_driver<label id="ser_load_driver"><p>
5764
5765 <quote>
5766 <descrip>
5767 <tag/Function/Load and install a serial driver.
5768 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5769 <tag/Declaration/<tt/unsigned char __fastcall__ ser_load_driver (const char *name);/
5770 <tag/Description/Load and install the driver by name.
5771 Will just load the driver and check if loading was successful.
5772 <tag/Notes/<itemize>
5773 <item>The function is only available as fastcall function, so it may only
5774 be used in presence of a prototype.
5775 </itemize>
5776 <tag/Availability/cc65
5777 <tag/See also/Other serial functions.
5778 <tag/Example/None.
5779 </descrip>
5780 </quote>
5781
5782
5783 <sect1>ser_open<label id="ser_open"><p>
5784
5785 <quote>
5786 <descrip>
5787 <tag/Function/Open the port by setting the port parameters and enable interrupts
5788 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5789 <tag/Declaration/<tt/unsigned char __fastcall__ ser_open (const struct ser_params* params);/
5790 <tag/Description/Open the port by setting the port parameters and enable interrupts.
5791 <tag/Notes/<itemize>
5792 <item>The function is only available as fastcall function, so it may only
5793 be used in presence of a prototype.
5794 </itemize>
5795 <tag/Availability/cc65
5796 <tag/See also/Other serial functions.
5797 <tag/Example/
5798 <verb>
5799 #include <serial.h>
5800
5801 static void initialize(){
5802   struct ser_params params = {
5803     SER_BAUD_9600,
5804     SER_BITS_8,
5805     SER_STOP_1,
5806     SER_PAR_MARK,
5807     SER_HS_NONE
5808   };
5809   ser_install(lynx_comlynx); // This will activate the ComLynx
5810   CLI();
5811   ser_open(&amp;params);
5812 }
5813 </verb>
5814 </descrip>
5815 </quote>
5816
5817
5818 <sect1>ser_put<label id="ser_put"><p>
5819
5820 <quote>
5821 <descrip>
5822 <tag/Function/Write a character to a serial port.
5823 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5824 <tag/Declaration/<tt/unsigned char __fastcall__ ser_put (char b);/
5825 <tag/Description/Send a character via the serial port. There is a transmit
5826 buffer, but transmitting is not done via interrupt. The function returns
5827 SER_ERR_OVERFLOW if there is no space left in the transmit buffer.
5828 <tag/Notes/<itemize>
5829 <item>The function is only available as fastcall function, so it may only
5830 be used in presence of a prototype.
5831 </itemize>
5832 <tag/Availability/cc65
5833 <tag/See also/Other serial functions.
5834 <tag/Example/
5835 <verb>
5836 ser_put('A');
5837 </verb>
5838 </descrip>
5839 </quote>
5840
5841
5842 <sect1>ser_status<label id="ser_status"><p>
5843
5844 <quote>
5845 <descrip>
5846 <tag/Function/Return the serial port status.
5847 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5848 <tag/Declaration/<tt/unsigned char __fastcall__ ser_status (unsigned char* status);/
5849 <tag/Description/Return the serial port status.
5850 <tag/Notes/<itemize>
5851 <item>The function is only available as fastcall function, so it may only
5852 be used in presence of a prototype.
5853 </itemize>
5854 <tag/Availability/cc65
5855 <tag/See also/Other serial functions.
5856 <tag/Example/None
5857 </descrip>
5858 </quote>
5859
5860
5861 <sect1>ser_uninstall<label id="ser_uninstall"><p>
5862
5863 <quote>
5864 <descrip>
5865 <tag/Function/Uninstall the currently loaded driver but do not unload it.
5866 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5867 <tag/Declaration/<tt/unsigned char ser_uninstall (void);/
5868 <tag/Description/Uninstall the currently loaded driver but do not unload it.
5869 <tag/Availability/cc65
5870 <tag/See also/Other serial functions.
5871 <tag/Example/None.
5872 </descrip>
5873 </quote>
5874
5875 <sect1>ser_unload<label id="ser_unload"><p>
5876
5877 <quote>
5878 <descrip>
5879 <tag/Function/Uninstall, then unload the currently loaded driver.
5880 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
5881 <tag/Declaration/<tt/unsigned char ser_unload (void);/
5882 <tag/Description/Uninstall, then unload the currently loaded driver.
5883 <tag/Availability/cc65
5884 <tag/See also/Other serial functions.
5885 <tag/Example/None.
5886 </descrip>
5887 </quote>
5888
5889
5890 <sect1>set_brk<label id="set_brk"><p>
5891
5892 <quote>
5893 <descrip>
5894 <tag/Function/Set the break vector to a user function.
5895 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
5896 <tag/Declaration/<tt/void __fastcall__ set_brk (brk_handler func);/
5897 <tag/Description/<tt/set_brk/ allows a user program to handle breaks within the
5898 program code by letting the vector point to a user written C function. The
5899 runtime library installs a small stub that saves the registers into global
5900 variables that may be accessed (and changed) by the break handler.
5901 <tag/Notes/<itemize>
5902 <item>The function is only available as fastcall function, so it may only
5903 be used in presence of a prototype.
5904 <item>The stub saves the zero page registers used by the C runtime and switches
5905 to a small break handler stack. This means that it is safe to execute C code,
5906 even if C code was interrupted. Be careful however not to use too many local
5907 variables, and do not enable stack checks for the handler function or any other
5908 function called from it.
5909 <item>The <tt/brk_pc/ variable points to the <tt/BRK/ instruction. If you want
5910 the continue with the interrupted code, you have to adjust <tt/brk_pc/,
5911 otherwise the <tt/BRK/ instruction will get executed over and over again.
5912 <item>The break vector is reset on program termination, so it's not strictly
5913 necessary to call <tt/<ref id="reset_brk" name="reset_brk">/ as a part of your
5914 clean-up when exitting the program.
5915 </itemize>
5916 <tag/Availability/cc65
5917 <tag/See also/
5918 <ref id="reset_brk" name="reset_brk">
5919 <tag/Example/None.
5920 </descrip>
5921 </quote>
5922
5923
5924 <sect1>set_irq<label id="set_irq"><p>
5925
5926 <quote>
5927 <descrip>
5928 <tag/Function/Set the C level interrupt request vector to the given address.
5929 <tag/Header/<tt/<ref id="6502.h" name="6502.h">/
5930 <tag/Declaration/<tt/void __fastcall__ set_irq (irq_handler f, void *stack_addr, size_t stack_size);/
5931 <tag/Description/<tt/set_irq/ allows a user program to handle interrupt requests
5932 (IRQs) within the program code by letting the vector point to a user written C
5933 function. The runtime library installs a small stub that saves the zero page
5934 registers used by the C runtime before calling the handler function and restores
5935 them after the handler function returns. Additionally the stub temporarily switches
5936 the C runtime stack to the stack area provided as parameter. If the handler function
5937 was set up to handle a "private", "exclusive" interrupt request source it must
5938 return the value <tt/IRQ_HANDLED/ if and only if it has verified that the current
5939 interrupt request actually stems from that source. In all other cases it must return
5940 the value <tt/IRQ_NOT_HANDLED/.
5941 <tag/Notes/<itemize>
5942 <item>The function is only available as fastcall function, so it may only
5943 be used in presence of a prototype.
5944 <item>The stub saves the registers and zero page locations used by the C runtime
5945 and switches to the provided stack area. As a consequence, there is some
5946 runtime overhead, but it it is safe to execute C code, even if other C code
5947 was interrupted. Be careful however not to call C library functions, and do not
5948 enable stack checks for the handler function or any other function called from
5949 it.
5950 <item>The interrupt vector is reset on program termination, so it's not strictly
5951 necessary to call <tt/<ref id="reset_irq" name="reset_irq">/ as a part of your
5952 clean-up when exitting the program.
5953 </itemize>
5954 <tag/Availability/cc65
5955 <tag/See also/
5956 <ref id="reset_brk" name="reset_brk">,
5957 <ref id="reset_irq" name="reset_irq">,
5958 <ref id="set_brk" name="set_brk">
5959 <tag/Example/None.
5960 </descrip>
5961 </quote>
5962
5963
5964 <sect1>setjmp<label id="setjmp"><p>
5965
5966 <quote>
5967 <descrip>
5968 <tag/Function/Save the context for use with <tt/longjmp/.
5969 <tag/Header/<tt/<ref id="setjmp.h" name="setjmp.h">/
5970 <tag/Declaration/<tt/int __fastcall__ setjmp (jmp_buf buf);/
5971 <tag/Description/The <tt/setjmp/ function saves the current context in <tt/buf/
5972 for subsequent use by the <tt/<ref id="longjmp" name="longjmp">/ function and
5973 returns zero.
5974 <tag/Notes/<itemize>
5975 <item>The function is only available as fastcall function, so it may only
5976 be used in presence of a prototype.
5977 <item><tt/setjmp/ is actually a macro as required by the ISO standard.
5978 <item><tt/setjmp/ will not save the signal context.
5979 </itemize>
5980 <tag/Availability/ISO 9899
5981 <tag/See also/
5982 <ref id="longjmp" name="longjmp">
5983 <tag/Example/None.
5984 </descrip>
5985 </quote>
5986
5987
5988 <sect1>setlocale<label id="setlocale"><p>
5989
5990 <quote>
5991 <descrip>
5992 <tag/Function/Selects a locale.
5993 <tag/Header/<tt/<ref id="locale.h" name="locale.h">/
5994 <tag/Declaration/<tt/char* __fastcall__ setlocale (int category, const char* locale);/
5995 <tag/Description/<tt/setlocale/ sets or queries the program's locale.
5996 <tag/Notes/<itemize>
5997 <item>The function is only available as fastcall function, so it may only
5998 be used in presence of a prototype.
5999 <item>cc65 supports only the "C" locale, so calling this function to set a
6000 different locale has no effect.
6001 </itemize>
6002 <tag/Availability/ISO 9899
6003 <tag/See also/
6004 <ref id="localeconv" name="localeconv">,
6005 <ref id="strcoll" name="strcoll">
6006 <ref id="strxfrm" name="strxfrm">
6007 <tag/Example/None.
6008 </descrip>
6009 </quote>
6010
6011
6012 <sect1>signal<label id="signal"><p>
6013
6014 <quote>
6015 <descrip>
6016 <tag/Function/Install a signal handler.
6017 <tag/Header/<tt/<ref id="signal.h" name="signal.h">/
6018 <tag/Declaration/<tt/__sigfunc __fastcall__ signal (int sig, __sigfunc func);/
6019 <tag/Description/<tt/signal/ installs a handler for the given signal. The
6020 handler may either be a user supplied function, or one of the predefined
6021 signal handlers <tt/SIG_IGN/ or <tt/SIG_DFL/. The function returns the
6022 previous value if the signal , or the special function vector SIG_ERR in
6023 case of an error.
6024 <tag/Notes/<itemize>
6025 <item>The function is only available as fastcall function, so it may only
6026 be used in presence of a prototype.
6027 </itemize>
6028 <tag/Availability/ISO 9899
6029 <tag/See also/
6030 <ref id="abort" name="abort">,
6031 <ref id="raise" name="raise">
6032 <tag/Example/None.
6033 </descrip>
6034 </quote>
6035
6036
6037 <sect1>sleep<label id="sleep"><p>
6038
6039 <quote>
6040 <descrip>
6041 <tag/Function/Sleep for a specified amount of time.
6042 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
6043 <tag/Declaration/<tt/void __fastcall__ sleep (unsigned seconds);/
6044 <tag/Description/The function will return after the specified number of
6045 seconds have elapsed.
6046 <tag/Notes/<itemize>
6047 <item>The function is only available as fastcall function, so it may only
6048 be used in presence of a prototype.
6049 </itemize>
6050 <tag/Availability/POSIX 1003.1
6051 <tag/Example/None.
6052 </descrip>
6053 </quote>
6054
6055
6056 <sect1>slow<label id="slow"><p>
6057
6058 <quote>
6059 <descrip>
6060 <tag/Function/Switch the C128 into 1MHz mode.
6061 <tag/Header/<tt/<ref id="c128.h" name="c128.h">/
6062 <tag/Declaration/<tt/void slow (void);/
6063 <tag/Description/The function will switch the clock of the C128 to 1MHz. This
6064 will halve the speed compared to fast mode.
6065 <tag/Notes/<itemize>
6066 <item>The function is specific to the C128.
6067 </itemize>
6068 <tag/Availability/C128
6069 <tag/See also/
6070 <ref id="fast" name="fast">,
6071 <ref id="toggle_videomode" name="toggle_videomode">,
6072 <ref id="videomode" name="videomode">
6073 <tag/Example/None.
6074 </descrip>
6075 </quote>
6076
6077
6078 <sect1>srand<label id="srand"><p>
6079
6080 <quote>
6081 <descrip>
6082 <tag/Function/Initialize the pseudo random number generator.
6083 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
6084 <tag/Declaration/<tt/void __fastcall__ srand (unsigned seed);/
6085 <tag/Description/The function initializes the random number generator using
6086 the given seed. On program startup, the generator behaves as if <tt/srand/ has
6087 been called with an argument of 1.
6088 <tag/Notes/<itemize>
6089 <item>The function is only available as fastcall function, so it may only
6090 be used in presence of a prototype.
6091 </itemize>
6092 <tag/Availability/ISO 9899
6093 <tag/See also/
6094 <ref id="_randomize" name="_randomize">,
6095 <ref id="rand" name="rand">
6096 <tag/Example/None.
6097 </descrip>
6098 </quote>
6099
6100
6101 <sect1>strcasecmp<label id="strcasecmp"><p>
6102
6103 <quote>
6104 <descrip>
6105 <tag/Function/Compare two strings case insensitive.
6106 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6107 <tag/Declaration/<tt/int __fastcall__ strcasecmp (const char* s1, const char* s2);/
6108 <tag/Description/The <tt/strcasecmp/ function compares the two strings passed
6109 as parameters without case sensitivity. It returns a value that is less than
6110 zero if <tt/s1/ is less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/,
6111 and a value greater than zero if <tt/s1/ is greater than <tt/s2/.
6112 <tag/Notes/<itemize>
6113 <item>The function is only available as fastcall function, so it may only
6114 be used in presence of a prototype.
6115 <item>The function is not available in strict ANSI mode.
6116 </itemize>
6117 <tag/Availability/cc65
6118 <tag/See also/
6119 <ref id="strcmp" name="strcmp">,
6120 <ref id="strcoll" name="strcoll">,
6121 <ref id="stricmp" name="stricmp">,
6122 <ref id="strncmp" name="strncmp">,
6123 <ref id="strxfrm" name="strxfrm">
6124 <tag/Example/None.
6125 </descrip>
6126 </quote>
6127
6128
6129 <sect1>strcat<label id="strcat"><p>
6130
6131 <quote>
6132 <descrip>
6133 <tag/Function/Concatentate two strings.
6134 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6135 <tag/Declaration/<tt/char* __fastcall__ strcat (char* s1, const char* s2);/
6136 <tag/Description/The <tt/strcat/ function appends a copy of the string
6137 pointed to by s2 (including the terminating null byte) to the end of the
6138 string pointed to by s1. The initial byte of s2 overwrites the null byte at
6139 the end of s1.
6140 <tag/Notes/<itemize>
6141 <item>The function is only available as fastcall function, so it may only
6142 be used in presence of a prototype.
6143 <item>If copying takes place between objects that overlap, the behaviour
6144 is undefined.
6145 </itemize>
6146 <tag/Availability/ISO 9899
6147 <tag/See also/
6148 <ref id="strcpy" name="strcpy">,
6149 <ref id="strncat" name="strncat">,
6150 <ref id="strncpy" name="strncpy">
6151 <tag/Example/None.
6152 </descrip>
6153 </quote>
6154
6155
6156 <sect1>strchr<label id="strchr"><p>
6157
6158 <quote>
6159 <descrip>
6160 <tag/Function/Search for a character in a string.
6161 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6162 <tag/Declaration/<tt/char* __fastcall__ strchr (const char* s, int c);/
6163 <tag/Description/The <tt/strchr/ function locates the first occurrence of <tt/c/
6164 (converted to a char) in the string pointed to by <tt/s/. The terminating null
6165 byte is considered to be part of the string. Upon completion, the function
6166 returns a pointer to the byte, or a null pointer if the byte was not found.
6167 <tag/Notes/<itemize>
6168 <item>The function is only available as fastcall function, so it may only
6169 be used in presence of a prototype.
6170 </itemize>
6171 <tag/Availability/ISO 9899
6172 <tag/See also/
6173 <ref id="memchr" name="memchr">,
6174 <ref id="strrchr" name="strrchr">
6175 <tag/Example/None.
6176 </descrip>
6177 </quote>
6178
6179
6180 <sect1>strcmp<label id="strcmp"><p>
6181
6182 <quote>
6183 <descrip>
6184 <tag/Function/Compare two strings.
6185 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6186 <tag/Declaration/<tt/int __fastcall__ strcmp (const char* s1, const char* s2);/
6187 <tag/Description/The <tt/strcmp/ function compares the two strings passed as
6188 parameters. It returns a value that is less than zero if <tt/s1/ is less than
6189 <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/, and a value greater than zero
6190 if <tt/s1/ is greater than <tt/s2/.
6191 <tag/Notes/<itemize>
6192 <item>The function is only available as fastcall function, so it may only
6193 be used in presence of a prototype.
6194 </itemize>
6195 <tag/Availability/ISO 9899
6196 <tag/See also/
6197 <ref id="strcasecmp" name="strcasecmp">,
6198 <ref id="strcoll" name="strcoll">,
6199 <ref id="stricmp" name="stricmp">,
6200 <ref id="strncmp" name="strncmp">
6201 <ref id="strxfrm" name="strxfrm">
6202 <tag/Example/None.
6203 </descrip>
6204 </quote>
6205
6206
6207 <sect1>strcoll<label id="strcoll"><p>
6208
6209 <quote>
6210 <descrip>
6211 <tag/Function/Compare two strings.
6212 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6213 <tag/Declaration/<tt/int __fastcall__ strcoll (const char* s1, const char* s2);/
6214 <tag/Description/The <tt/strcoll/ function compares the two strings passed as
6215 parameters, according to the collating sequence set by <tt/<ref id="setlocale"
6216 name="setlocale">/. It returns a value that is less than zero if <tt/s1/ is
6217 less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/, and a value greater
6218 than zero if <tt/s1/ is greater than <tt/s2/.
6219 <tag/Notes/<itemize>
6220 <item>The function is only available as fastcall function, so it may only
6221 be used in presence of a prototype.
6222 </itemize>
6223 <tag/Availability/ISO 9899
6224 <tag/See also/
6225 <ref id="setlocale" name="setlocale">,
6226 <ref id="strcasecmp" name="strcasecmp">,
6227 <ref id="strcmp" name="strcmp">,
6228 <ref id="stricmp" name="stricmp">,
6229 <ref id="strncmp" name="strncmp">,
6230 <ref id="strxfrm" name="strxfrm">
6231 <tag/Example/None.
6232 </descrip>
6233 </quote>
6234
6235
6236 <sect1>strcpy<label id="strcpy"><p>
6237
6238 <quote>
6239 <descrip>
6240 <tag/Function/Copy a string.
6241 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6242 <tag/Declaration/<tt/char* __fastcall__ strcpy (char* s1, const char* s2);/
6243 <tag/Description/The <tt/strcpy/ function copies the string pointed to by
6244 <tt/s2/ (including the terminating null byte) into the array pointed to by
6245 <tt/s1/. The function will always return <tt/s1/.
6246 <tag/Notes/<itemize>
6247 <item>The function is only available as fastcall function, so it may only
6248 be used in presence of a prototype.
6249 <item>If copying takes place between objects that overlap, the behaviour
6250 is undefined.
6251 </itemize>
6252 <tag/Availability/ISO 9899
6253 <tag/See also/
6254 <ref id="strcat" name="strcat">,
6255 <ref id="strncat" name="strncat">,
6256 <ref id="strncpy" name="strncpy">
6257 <tag/Example/
6258 <verb>
6259 #include &lt;string.h&gt;
6260
6261 static char hello[14];
6262
6263 strcpy (hello, "Hello world!\n");
6264 </verb>
6265 </descrip>
6266 </quote>
6267
6268
6269 <sect1>strcspn<label id="strcspn"><p>
6270
6271 <quote>
6272 <descrip>
6273 <tag/Function/Compute the length of a substring.
6274 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6275 <tag/Declaration/<tt/size_t __fastcall__ strcspn (const char* s, const char* set);/
6276 <tag/Description/The <tt/strcspn/ function computes and returns the length of
6277 the substring pointed to by <tt/s/ which does <em>not</em> consist of
6278 characters contained in the string <tt/set/.
6279 <tag/Notes/<itemize>
6280 <item>The function is only available as fastcall function, so it may only
6281 be used in presence of a prototype.
6282 </itemize>
6283 <tag/Availability/ISO 9899
6284 <tag/See also/
6285 <ref id="strqtok" name="strqtok">,
6286 <ref id="strspn" name="strspn">,
6287 <ref id="strstr" name="strstr">,
6288 <ref id="strtok" name="strtok">
6289 <tag/Example/None.
6290 </descrip>
6291 </quote>
6292
6293
6294 <sect1>strdup<label id="strdup"><p>
6295
6296 <quote>
6297 <descrip>
6298 <tag/Function/Allocate a copy of a string on the heap.
6299 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6300 <tag/Declaration/<tt/char* __fastcall__ strdup (const char* s);/
6301 <tag/Description/<tt/strdup/ allocates a memory block on the heap, big enough
6302 to hold a copy of <tt/s/ including the terminating zero. If the allocation
6303 fails, <tt/NULL/ is returned, otherwise <tt/s/ is copied into the allocated
6304 memory block, and a pointer to the block is returned.
6305 <tag/Notes/<itemize>
6306 <item>The function is only available as fastcall function, so it may only
6307 be used in presence of a prototype.
6308 <item>It is up to the caller to free the allocated memory block.
6309 </itemize>
6310 <tag/Availability/ISO 9899
6311 <tag/See also/
6312 <ref id="free" name="free">,
6313 <ref id="malloc" name="malloc">
6314 <tag/Example/None.
6315 </descrip>
6316 </quote>
6317
6318
6319 <sect1>strerror<label id="strerror"><p>
6320
6321 <quote>
6322 <descrip>
6323 <tag/Function/Return a string describing an error code.
6324 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6325 <tag/Declaration/<tt/char* __fastcall__ strerror (int errcode);/
6326 <tag/Description/The <tt/strerror/ function returns a string describing the
6327 given error code. If an invalid error code is passed, the string "Unknown
6328 error" is returned, and <tt/errno/ is set to <tt/EINVAL/. In all other cases,
6329 <tt/errno/ is left untouched.
6330 <tag/Notes/<itemize>
6331 <item>The function is only available as fastcall function, so it may only
6332 be used in presence of a prototype.
6333 <item>While the return type of the function is a <tt/char*/, the returned
6334 string must not be modified by the caller!
6335 </itemize>
6336 <tag/Availability/ISO 9899
6337 <tag/See also/
6338 <ref id="_stroserror" name="_stroserror">
6339 <tag/Example/None.
6340 </descrip>
6341 </quote>
6342
6343
6344 <sect1>stricmp<label id="stricmp"><p>
6345
6346 <quote>
6347 <descrip>
6348 <tag/Function/Compare two strings case insensitive.
6349 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6350 <tag/Declaration/<tt/int __fastcall__ stricmp (const char* s1, const char* s2);/
6351 <tag/Description/The <tt/stricmp/ function compares the two strings passed as
6352 parameters without case sensitivity. It returns a value that is less than zero
6353 if <tt/s1/ is less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/, and a
6354 value greater than zero if <tt/s1/ is greater than <tt/s2/.
6355 <tag/Notes/<itemize>
6356 <item>The function is only available as fastcall function, so it may only
6357 be used in presence of a prototype.
6358 <item>The function is not available in strict ANSI mode.
6359 </itemize>
6360 <tag/Availability/cc65
6361 <tag/See also/
6362 <ref id="strcasecmp" name="strcasecmp">,
6363 <ref id="strcmp" name="strcmp">,
6364 <ref id="strcoll" name="strcoll">,
6365 <ref id="strncmp" name="strncmp">,
6366 <ref id="strxfrm" name="strxfrm">
6367 <tag/Example/None.
6368 </descrip>
6369 </quote>
6370
6371
6372 <sect1>strlen<label id="strlen"><p>
6373
6374 <quote>
6375 <descrip>
6376 <tag/Function/Return the length of a string.
6377 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6378 <tag/Declaration/<tt/size_t __fastcall__ strlen (const char* s);/
6379 <tag/Description/The <tt/strlen/ function computes the number of bytes in the
6380 string to which s points, not including the terminating null byte.
6381 <tag/Notes/<itemize>
6382 <item>The function is only available as fastcall function, so it may only
6383 be used in presence of a prototype.
6384 <item>When compiling with <tt/-Os/ (inline known standard functions), the
6385 function does not work correctly for strings with more than 255 characters.
6386 </itemize>
6387 <tag/Availability/ISO 9899
6388 <tag/See also/
6389 <ref id="strcpy" name="strcpy">
6390 <tag/Example/None.
6391 </descrip>
6392 </quote>
6393
6394
6395 <sect1>strlower<label id="strlower"><p>
6396
6397 <quote>
6398 <descrip>
6399 <tag/Function/Make a string lower case.
6400 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6401 <tag/Declaration/<tt/char* __fastcall__ strlower (char* s);/
6402 <tag/Description/The <tt/strlower/ function will apply the <tt/tolower/
6403 function to each character of a string. The function will always return <tt/s/.
6404 <tag/Notes/<itemize>
6405 <item>The function is only available as fastcall function, so it may only
6406 be used in presence of a prototype.
6407 <item>The function prototype is unavailable when compiling in strict ANSI mode.
6408 <item>An alias name for this function is <tt/strlwr/.
6409 </itemize>
6410 <tag/Availability/cc65
6411 <tag/See also/
6412 <ref id="strupper" name="strupper">,
6413 <ref id="tolower" name="tolower">
6414 <tag/Example/None.
6415 </descrip>
6416 </quote>
6417
6418
6419 <sect1>strlwr<label id="strlwr"><p>
6420
6421 <quote>
6422 See <tt/strlower/.
6423 </quote>
6424
6425
6426 <sect1>strncasecmp<label id="strncasecmp"><p>
6427
6428 <quote>
6429 <descrip>
6430 <tag/Function/Compare two strings case insensitive.
6431 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6432 <tag/Declaration/<tt/int __fastcall__ strncasecmp (const char* s1, const char* s2, size_t count);/
6433 <tag/Description/The <tt/strncasecmp/ function compares the two strings passed
6434 as parameters without case sensitivity. It returns a value that is less than
6435 zero if <tt/s1/ is less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/,
6436 and a value greater than zero if <tt/s1/ is greater than <tt/s2/.
6437 <tag/Notes/<itemize>
6438 <item>The function is only available as fastcall function, so it may only
6439 be used in presence of a prototype.
6440 <item>The function is not available in strict ANSI mode.
6441 </itemize>
6442 <tag/Availability/cc65
6443 <tag/See also/
6444 <ref id="strcmp" name="strcmp">,
6445 <ref id="strcoll" name="strcoll">,
6446 <ref id="stricmp" name="stricmp">,
6447 <ref id="strncmp" name="strncmp">,
6448 <ref id="strxfrm" name="strxfrm">
6449 <tag/Example/None.
6450 </descrip>
6451 </quote>
6452
6453
6454 <sect1>strncat<label id="strncat"><p>
6455
6456 <quote>
6457 <descrip>
6458 <tag/Function/Concatentate two strings.
6459 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6460 <tag/Declaration/<tt/char* __fastcall__ strncat (char* s1, const char* s2, size_t n);/
6461 <tag/Description/The <tt/strncat/ function appends not more than n characters
6462 of the string pointed to by s2 to the end of the string pointed to by s1. The
6463 terminating null character at the end of s1 is overwritten. A terminating null
6464 character is appended to the result, even if not all of s2 is appended to s1.
6465 <tag/Notes/<itemize>
6466 <item>The function is only available as fastcall function, so it may only
6467 be used in presence of a prototype.
6468 <item>If copying takes place between objects that overlap, the behaviour
6469 is undefined.
6470 </itemize>
6471 <tag/Availability/ISO 9899
6472 <tag/See also/
6473 <ref id="strcpy" name="strcpy">,
6474 <ref id="strncat" name="strncat">,
6475 <ref id="strncpy" name="strncpy">
6476 <tag/Example/None.
6477 </descrip>
6478 </quote>
6479
6480
6481 <sect1>strncmp<label id="strncmp"><p>
6482
6483 <quote>
6484 <descrip>
6485 <tag/Function/Compare two strings.
6486 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6487 <tag/Declaration/<tt/int __fastcall__ strncmp (const char* s1, const char* s2, size_t count);/
6488 <tag/Description/The <tt/strncmp/ function compares not more than <tt/count/
6489 characters of the two strings passed as parameters. It returns a value that is
6490 less than zero if the first <tt/count/ characters of <tt/s1/ are less than
6491 <tt/s2/, zero if they are identical, and a value greater than zero they are
6492 greater.
6493 <tag/Notes/<itemize>
6494 <item>The function is only available as fastcall function, so it may only
6495 be used in presence of a prototype.
6496 </itemize>
6497 <tag/Availability/ISO 9899
6498 <tag/See also/
6499 <ref id="strcasecmp" name="strcasecmp">,
6500 <ref id="strcmp" name="strcmp">,
6501 <ref id="strcoll" name="strcoll">,
6502 <ref id="stricmp" name="stricmp">,
6503 <ref id="strxfrm" name="strxfrm">
6504 <tag/Example/None.
6505 </descrip>
6506 </quote>
6507
6508
6509 <sect1>strncpy<label id="strncpy"><p>
6510
6511 <quote>
6512 <descrip>
6513 <tag/Function/Copy part of a string.
6514 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6515 <tag/Declaration/<tt/char* __fastcall__ strncpy (char* s1, const char* s2, size_t n);/
6516 <tag/Description/The <tt/strncpy/ function copies not more than <tt/n/ bytes from
6517 the array pointed to by <tt/s2/ to the array pointed to by <tt/s1/. If the array
6518 pointed to by <tt/s2/ is a string that is shorter than <tt/n/ bytes, null bytes are
6519 appended to the copy in the array pointed to by <tt/s1/, until <tt/n/ bytes are
6520 written. The function always will return <tt/s1/.
6521 <tag/Notes/<itemize>
6522 <item>The function is available only as a fastcall function; so, it may be used
6523 only in the presence of a prototype.
6524 <item>If there is no null byte in the first <tt/n/ bytes of the array pointed
6525 to by <tt/s2/, the result is <em/not/ null-terminated!
6526 <item>If copying takes place between objects that overlap, the behaviour is
6527 undefined.
6528 </itemize>
6529 <tag/Availability/ISO 9899
6530 <tag/See also/
6531 <ref id="memcpy" name="memcpy">,
6532 <ref id="strcat" name="strcat">,
6533 <ref id="strcpy" name="strcpy">,
6534 <ref id="strncat" name="strncat">
6535 <tag/Example/
6536 <verb>
6537 #include <string.h>
6538
6539 static char hello[6];
6540
6541 strncpy (hello, "Hello world!\n", sizeof hello - 1)[5] = '\0';
6542 </verb>
6543 </descrip>
6544 </quote>
6545
6546
6547 <sect1>strnicmp<label id="strnicmp"><p>
6548
6549 <quote>
6550 <descrip>
6551 <tag/Function/Compare two strings case insensitive.
6552 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6553 <tag/Declaration/<tt/int __fastcall__ strnicmp (const char* s1, const char* s2, size_t count);/
6554 <tag/Description/The <tt/strnicmp/ function compares the two strings passed as
6555 parameters without case sensitivity. It returns a value that is less than zero
6556 if <tt/s1/ is less than <tt/s2/, zero if <tt/s1/ is the same as <tt/s2/, and a
6557 value greater than zero if <tt/s1/ is greater than <tt/s2/.
6558 <tag/Notes/<itemize>
6559 <item>The function is only available as fastcall function, so it may only
6560 be used in presence of a prototype.
6561 <item>The function is not available in strict ANSI mode.
6562 </itemize>
6563 <tag/Availability/cc65
6564 <tag/See also/
6565 <ref id="strcasecmp" name="strcasecmp">,
6566 <ref id="strcmp" name="strcmp">,
6567 <ref id="strcoll" name="strcoll">,
6568 <ref id="strncmp" name="strncmp">,
6569 <ref id="strxfrm" name="strxfrm">
6570 <tag/Example/None.
6571 </descrip>
6572 </quote>
6573
6574
6575 <sect1>strqtok<label id="strqtok"><p>
6576
6577 <quote>
6578 <descrip>
6579 <tag/Function/Break a string into tokens.
6580 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6581 <tag/Declaration/<tt/char* __fastcall__ strqtok (char* s1, const char* s2);/
6582 <tag/Description/<tt/strqtok()/ will break the string <tt/s1/ into a sequence of
6583 tokens, which are delimited by either quotation marks or characters from the
6584 string <tt/s2/. Tokens inside quotation marks may contain characters from <tt/s2/
6585 (they aren't delimiters there). The first call to <tt/strqtok()/ will return a
6586 pointer to the first token in the string <tt/s1/. The following calls must pass
6587 a <tt/NULL/ pointer as <tt/s1/, in order to get the next token in the string.
6588 Different sets of delimiters may be used for the subsequent calls to <tt/strqtok()/.
6589 <tag/Notes/<itemize>
6590 <item>The function is available only as a fastcall function; so, it may be used
6591 only in the presence of a prototype.
6592 <item><tt/strqtok()/ will modify the string <tt/s1/.
6593 <item>The function will forget where it is in the <tt/s1/ string if it is given
6594 a second <tt/s1/ string before it finishes the first one.
6595 </itemize>
6596 <tag/Availability/cc65
6597 <tag/See also/
6598 <ref id="strcspn" name="strcspn">,
6599 <!-- <ref id="strpbrk" name="strpbrk">, -->
6600 <ref id="strspn" name="strspn">,
6601 <ref id="strtok" name="strtok">
6602 <tag/Example/None.
6603 </descrip>
6604 </quote>
6605
6606
6607 <sect1>strrchr<label id="strrchr"><p>
6608
6609 <quote>
6610 <descrip>
6611 <tag/Function/Search for a character in a string.
6612 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6613 <tag/Declaration/<tt/char* __fastcall__ strrchr (const char* s, int c);/
6614 <tag/Description/The <tt/strrchr/ function locates the last occurrence of <tt/c/
6615 (converted to a char) in the string pointed to by <tt/s/. The terminating null
6616 byte is considered to be part of the string. Upon completion, the function
6617 returns a pointer to the byte, or a null pointer if the byte was not found.
6618 <tag/Notes/<itemize>
6619 <item>The function is only available as fastcall function, so it may only
6620 be used in presence of a prototype.
6621 </itemize>
6622 <tag/Availability/ISO 9899
6623 <tag/See also/
6624 <ref id="strchr" name="strchr">
6625 <tag/Example/None.
6626 </descrip>
6627 </quote>
6628
6629
6630 <sect1>strspn<label id="strspn"><p>
6631
6632 <quote>
6633 <descrip>
6634 <tag/Function/Compute the length of a substring.
6635 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6636 <tag/Declaration/<tt/size_t __fastcall__ strspn (const char* s, const char* set);/
6637 <tag/Description/The <tt/strspn/ function computes and returns the length of
6638 the substring pointed to by <tt/s/ which does consist only of characters
6639 contained in the string <tt/set/.
6640 <tag/Notes/<itemize>
6641 <item>The function is only available as fastcall function, so it may only
6642 be used in presence of a prototype.
6643 </itemize>
6644 <tag/Availability/ISO 9899
6645 <tag/See also/
6646 <ref id="strcspn" name="strcspn">,
6647 <ref id="strstr" name="strstr">
6648 <tag/Example/None.
6649 </descrip>
6650 </quote>
6651
6652
6653 <sect1>strstr<label id="strstr"><p>
6654
6655 <quote>
6656 <descrip>
6657 <tag/Function/Find a substring.
6658 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6659 <tag/Declaration/<tt/char* __fastcall__ strstr (const char* str, const char* substr);/
6660 <tag/Description/<tt/strstr/ searches for the first occurance of the string
6661 <tt/substr/ within <tt/str/. If found, it returns a pointer to the copy,
6662 otherwise it returns <tt/NULL/.
6663 <tag/Notes/<itemize>
6664 <item>The function is only available as fastcall function, so it may only
6665 be used in presence of a prototype.
6666 </itemize>
6667 <tag/Availability/ISO 9899
6668 <tag/See also/
6669 <ref id="strcspn" name="strcspn">,
6670 <ref id="strspn" name="strspn">
6671 <tag/Example/None.
6672 </descrip>
6673 </quote>
6674
6675
6676 <sect1>strtok<label id="strtok"><p>
6677
6678 <quote>
6679 <descrip>
6680 <tag/Function/Break a string into tokens.
6681 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6682 <tag/Declaration/<tt/char* __fastcall__ strtok (char* s1, const char* s2);/
6683 <tag/Description/<tt/strtok()/ will break the string <tt/s1/ into a sequence of
6684 tokens, which are delimited by characters from the string <tt/s2/. The first call
6685 to <tt/strtok()/ will return a pointer to the first token in the string <tt/s1/.
6686 The following calls must pass a <tt/NULL/ pointer as <tt/s1/, in order to get
6687 the next token in the string. Different sets of delimiters may be used for the
6688 subsequent calls to <tt/strtok()/.
6689 <tag/Notes/<itemize>
6690 <item>The function is only available as fastcall function, so it may only
6691 be used in presence of a prototype.
6692 <item><tt/strtok()/ will modify the string <tt/s1/.
6693 <item>The function will forget where it is in the <tt/s1/ string if it is given
6694 a second <tt/s1/ string before it finishes the first one.
6695 </itemize>
6696 <tag/Availability/ISO 9899
6697 <tag/See also/
6698 <ref id="strcspn" name="strcspn">,
6699 <!-- <ref id="strpbrk" name="strpbrk">, -->
6700 <ref id="strqtok" name="strqtok">,
6701 <ref id="strspn" name="strspn">
6702 <tag/Example/None.
6703 </descrip>
6704 </quote>
6705
6706
6707 <sect1>strxfrm<label id="strxfrm"><p>
6708
6709 <quote>
6710 <descrip>
6711 <tag/Function/Transform a string.
6712 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6713 <tag/Declaration/<tt/size_t __fastcall__ strxfrm (char* s1, const char* s2, size_t n);/
6714 <tag/Description/The <tt/strxfrm/ function transforms the string pointed to by
6715 s2 and places the resulting string into the string pointed to by s1. The
6716 transformation is such that if the <tt/strcmp/ function is applied to two
6717 transformed strings, it returns a value greater than, equal to, or less than
6718 zero, corresponding to the result of the <tt/strcoll/ function applied to the
6719 same two original strings. No more than n characters are placed into the
6720 resulting array pointed to by s1, including the terminating null character.
6721 <tag/Notes/<itemize>
6722 <item><tt/s1/ and <tt/s2/ must not point to the same memory area, otherwise
6723 the behaviour is undefined.
6724 <item>If <tt/n/ is zero, <tt/s1/ may be a NULL pointer.
6725 <item>The function is only available as fastcall function, so it may only
6726 be used in presence of a prototype.
6727 <item>Since cc65 doesn't support different charcter sets, <tt/strxfrm/ will
6728 just copy s2 to s1 using <tt><ref id="strncpy" name="strncpy"></tt>.
6729 </itemize>
6730 <tag/Availability/ISO 9899
6731 <tag/See also/
6732 <ref id="strcmp" name="strcmp">,
6733 <ref id="strcoll" name="strcoll">,
6734 <ref id="strncpy" name="strncpy">
6735 <tag/Example/None.
6736 </descrip>
6737 </quote>
6738
6739
6740 <sect1>strupper<label id="strupper"><p>
6741
6742 <quote>
6743 <descrip>
6744 <tag/Function/Make a string upper case.
6745 <tag/Header/<tt/<ref id="string.h" name="string.h">/
6746 <tag/Declaration/<tt/char* __fastcall__ strupper (char* s);/
6747 <tag/Description/The <tt/strupper/ function will apply the <tt/toupper/
6748 function to each character of a string. The function will always return <tt/s/.
6749 <tag/Notes/<itemize>
6750 <item>The function is only available as fastcall function, so it may only
6751 be used in presence of a prototype.
6752 <item>The function prototype is unavailable when compiling in strict ANSI mode.
6753 <item>An alias name for this function is <tt/strupr/.
6754 </itemize>
6755 <tag/Availability/cc65
6756 <tag/See also/
6757 <ref id="strlower" name="strlower">
6758 <ref id="toupper" name="toupper">
6759 <tag/Example/None.
6760 </descrip>
6761 </quote>
6762
6763
6764 <sect1>strupr<label id="strupr"><p>
6765
6766 <quote>
6767 See <tt/strupper/.
6768 </quote>
6769
6770
6771 <sect1>telldir<label id="telldir"><p>
6772
6773 <quote>
6774 <descrip>
6775 <tag/Function/Return the current position of a directory stream.
6776 <tag/Header/<tt/<ref id="dirent.h" name="dirent.h">/
6777 <tag/Declaration/<tt/long __fastcall__ telldir (DIR* dir);/
6778 <tag/Description/<tt/telldir/ returns the current position of a directory
6779 stream. The return value may be used in subsequent calls to
6780 <tt/<ref id="seekdir" name="seekdir">/.
6781 <tag/Notes/<itemize>
6782 <item>The function is only available as fastcall function, so it may only
6783 be used in presence of a prototype.
6784 </itemize>
6785 <tag/Availability/POSIX 1003.1
6786 <tag/See also/
6787 <ref id="seekdir" name="seekdir">,
6788 <ref id="telldir" name="telldir">
6789 <tag/Example/None.
6790 </descrip>
6791 </quote>
6792
6793
6794 <sect1>textcolor<label id="textcolor"><p>
6795
6796 <quote>
6797 <descrip>
6798 <tag/Function/Set the text color.
6799 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
6800 <tag/Declaration/<tt/unsigned char __fastcall__ textcolor (unsigned char color);/
6801 <tag/Description/The function will set a new text color. It returns the old
6802 (current) text color. Text output using any <tt/conio.h/ function will use
6803 the color set by this function.
6804 <tag/Notes/<itemize>
6805 <item>Text colors are system dependent. The function may have no effect
6806 on systems where the text color cannot be changed.
6807 <item>The function is only available as fastcall function, so it may only
6808 be used in presence of a prototype.
6809 </itemize>
6810 <tag/Availability/cc65
6811 <tag/See also/
6812 <ref id="bgcolor" name="bgcolor">,
6813 <ref id="bordercolor" name="bordercolor">
6814 <tag/Example/None.
6815 </descrip>
6816 </quote>
6817
6818
6819 <sect1>time<label id="time"><p>
6820
6821 <quote>
6822 <descrip>
6823 <tag/Function/Get the time.
6824 <tag/Header/<tt/<ref id="time.h" name="time.h">/
6825 <tag/Declaration/<tt/time_t __fastcall__ time (time_t* t);/
6826 <tag/Description/The function returns the time since the 1970-01-01 00:00:00
6827 measured in seconds. If the pointer <tt/t/ is not <tt/NULL/, the function
6828 result will also be stored there. If no time is available, <tt/(time_t)-1/ is
6829 returned and <tt/errno/ is set to <tt/ENOSYS/.
6830 <tag/Notes/<itemize>
6831 <item>The function is only available as fastcall function, so it may
6832 only be used in presence of a prototype.
6833 <item>Many platforms supported by cc65 do not have a realtime clock, so the
6834 returned value may not be valid.
6835 </itemize>
6836 <tag/Availability/ISO 9899
6837 <tag/See also/
6838 <ref id="clock" name="clock">
6839 <tag/Example/None.
6840 </descrip>
6841 </quote>
6842
6843
6844 <sect1>toggle_videomode<label id="toggle_videomode"><p>
6845
6846 <quote>
6847 <descrip>
6848 <tag/Function/Toggle between 40 and 80 column mode.
6849 <tag/Header/<tt/<ref id="c128.h" name="c128.h">/
6850 <tag/Declaration/<tt/void toggle_videomode (void);/
6851 <tag/Description/Toggle between 40 and 80 column mode. The settings for the
6852 old mode (cursor position, color and so on) are saved and restored together
6853 with the mode.
6854 <tag/Notes/<itemize>
6855 <item>The function is specific to the C128.
6856 <item>This function is deprecated. Please use <ref id="videomode"
6857 name="videomode"> instead!
6858 </itemize>
6859 <tag/Availability/C128
6860 <tag/See also/
6861 <ref id="fast" name="fast">,
6862 <ref id="slow" name="slow">,
6863 <ref id="videomode" name="videomode">
6864 <tag/Example/None.
6865 </descrip>
6866 </quote>
6867
6868
6869 <sect1>tolower<label id="tolower"><p>
6870
6871 <quote>
6872 <descrip>
6873 <tag/Function/Convert a character into its lower case representation.
6874 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
6875 <tag/Declaration/<tt/int __fastcall__ tolower (int c);/
6876 <tag/Description/The function returns the given character converted to lower
6877 case. If the given character is not a letter, it is returned unchanged.
6878 <tag/Notes/<itemize>
6879 <item>The function is only available as fastcall function, so it may
6880 only be used in presence of a prototype.
6881 </itemize>
6882 <tag/Availability/ISO 9899
6883 <tag/See also/
6884 <ref id="islower" name="islower">,
6885 <ref id="isupper" name="isupper">,
6886 <ref id="toupper" name="toupper">
6887 <tag/Example/None.
6888 </descrip>
6889 </quote>
6890
6891
6892 <sect1>toupper<label id="toupper"><p>
6893
6894 <quote>
6895 <descrip>
6896 <tag/Function/Convert a character into its upper case representation.
6897 <tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
6898 <tag/Declaration/<tt/int __fastcall__ toupper (int c);/
6899 <tag/Description/The function returns the given character converted to upper
6900 case. If the given character is not a letter, it is returned unchanged.
6901 <tag/Notes/<itemize>
6902 <item>The function is only available as fastcall function, so it may
6903 only be used in presence of a prototype.
6904 </itemize>
6905 <tag/Availability/ISO 9899
6906 <tag/See also/
6907 <ref id="islower" name="islower">,
6908 <ref id="isupper" name="isupper">,
6909 <ref id="tolower" name="tolower">
6910 <tag/Example/None.
6911 </descrip>
6912 </quote>
6913
6914
6915 <sect1>ultoa<label id="ultoa"><p>
6916
6917 <quote>
6918 <descrip>
6919 <tag/Function/Convert an unsigned long integer into a string.
6920 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
6921 <tag/Declaration/<tt/char* __fastcall__ ultoa (unsigned long val, char* buf, int radix);/
6922 <tag/Description/<tt/itoa/ converts the unsigned long integer <tt/val/ into a
6923 string using <tt/radix/ as the base.
6924 <tag/Notes/<itemize>
6925 <item>There are no provisions to prevent a buffer overflow.
6926 <item>The function is non standard, so it is not available in strict ANSI mode.
6927 You should probably use <tt/sprintf/ instead.
6928 <item>The function is only available as fastcall function, so it may only be
6929 used in presence of a prototype.
6930 </itemize>
6931 <tag/Availability/cc65
6932 <tag/See also/
6933 <ref id="atoi" name="atoi">,
6934 <ref id="atol" name="atol">,
6935 <ref id="itoa" name="itoa">,
6936 <ref id="ltoa" name="ltoa">,
6937 <ref id="utoa" name="utoa">
6938 <tag/Example/None.
6939 </descrip>
6940 </quote>
6941
6942
6943 <sect1>unlink<label id="unlink"><p>
6944
6945 <quote>
6946 <descrip>
6947 <tag/Function/Delete a file.
6948 <tag/Header/<tt/<ref id="unistd.h" name="unistd.h">/
6949 <tag/Declaration/<tt/int __fastcall__ unlink (const char* name);/
6950 <tag/Description/<tt/unlink/ deletes the file with the given name. On success,
6951 zero is returned. On error, -1 is returned and <tt/errno/ is set to an error
6952 code describing the reason for the failure.
6953 <tag/Notes/<itemize>
6954 <item>The use of this function is discouraged. Please use <tt/<ref id="remove"
6955 name="remove">/ instead, which is a native ANSI C function and does the same.
6956 <item>This function is not available on all cc65 targets (depends on the
6957 availability of file I/O).
6958 <item>The function is only available as fastcall function, so it may only
6959 be used in presence of a prototype.
6960 <item>Instead of <tt/unlink/, <tt/<ref id="remove" name="remove">/ should be
6961 used, which has the same semantics, but is more portable, because it conforms
6962 to the ISO C standard.
6963 </itemize>
6964 <tag/Availability/POSIX 1003.1
6965 <tag/See also/
6966 <ref id="remove" name="remove">
6967 <tag/Example/
6968 <verb>
6969 #include &lt;stdio.h&gt;
6970 #include &lt;unistd.h&gt;
6971
6972 #define FILENAME "helloworld"
6973
6974 if (unlink (FILENAME) == 0) {
6975     printf ("We deleted %s successfully\n", FILENAME);
6976 } else {
6977     printf ("There was a problem deleting %s\n", FILENAME);
6978 }
6979 </verb>
6980 </descrip>
6981 </quote>
6982
6983
6984 <sect1>utoa<label id="utoa"><p>
6985
6986 <quote>
6987 <descrip>
6988 <tag/Function/Convert an unsigned integer into a string.
6989 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
6990 <tag/Declaration/<tt/char* __fastcall__ utoa (unsigned val, char* buf, int radix);/
6991 <tag/Description/<tt/itoa/ converts the unsigned integer <tt/val/ into a string
6992 using <tt/radix/ as the base.
6993 <tag/Notes/<itemize>
6994 <item>There are no provisions to prevent a buffer overflow.
6995 <item>The function is non standard, so it is not available in strict ANSI mode.
6996 You should probably use <tt/sprintf/ instead.
6997 <item>The function is only available as fastcall function, so it may only be
6998 used in presence of a prototype.
6999 </itemize>
7000 <tag/Availability/cc65
7001 <tag/See also/
7002 <ref id="atoi" name="atoi">,
7003 <ref id="atol" name="atol">,
7004 <ref id="itoa" name="itoa">,
7005 <ref id="ltoa" name="ltoa">,
7006 <ref id="ultoa" name="ultoa">
7007 <tag/Example/None.
7008 </descrip>
7009 </quote>
7010
7011
7012 <sect1>vcprintf<label id="vcprintf"><p>
7013
7014 <quote>
7015 <descrip>
7016 <tag/Function/Formatted output to the console.
7017 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
7018 <tag/Declaration/<tt/int __fastcall__ vcprintf (const char* format, va_list ap);/
7019 <tag/Description/The arguments specified as a <tt/va_list/ are converted to
7020 text where necessary and formatted according to the format string given. The
7021 resulting string is output to the console. <tt/vcprintf/ supports the same
7022 format specifiers as <tt/vprintf/. <!-- <tt/<ref id="vprintf" name="vprintf">/. -->
7023 <tag/Notes/<itemize>
7024 <item>Like all other <tt/conio/ output functions, <tt/vcprintf/ distinguishes
7025 between <tt/\r/ and <tt/\n/.
7026 <item>The function is only available as fastcall function, so it may only be
7027 used in presence of a prototype.
7028 </itemize>
7029 <tag/Availability/cc65
7030 <tag/See also/
7031 <ref id="cprintf" name="cprintf">,
7032 <ref id="cputc" name="cputc">,
7033 <ref id="cputcxy" name="cputcxy">,
7034 <ref id="cputs" name="cputs">,
7035 <ref id="cputsxy" name="cputsxy">
7036 <tag/Example/None.
7037 </descrip>
7038 </quote>
7039
7040
7041 <sect1>videomode<label id="videomode"><p>
7042
7043 <quote>
7044 <descrip>
7045 <tag/Function/Switch to either 40 or 80 column mode.
7046 <tag/Header/<tt/<ref id="apple2enh.h" name="apple2enh.h">,
7047 <ref id="c128.h" name="c128.h">/
7048 <tag/Declaration/<tt/unsigned __fastcall__ videomode (unsigned Mode);/
7049 <tag/Description/Switch to 40 or 80 column mode depending on the argument. If
7050 the requested mode is already active, nothing happens. The old mode is returned
7051 from the call.
7052 <tag/Notes/<itemize>
7053 <item>The function is specific to the C128 and enhanced Apple //e.
7054 <item>This function replaces <ref id="toggle_videomode"
7055 name="toggle_videomode">.
7056 <item>The function is only available as fastcall function, so it may only be
7057 used in presence of a prototype.
7058 </itemize>
7059 <tag/Availability/C128 and enhanced Apple //e
7060 <tag/See also/
7061 <ref id="fast" name="fast">,
7062 <ref id="slow" name="slow">,
7063 <ref id="toggle_videomode" name="toggle_videomode">
7064 <tag/Example/None.
7065 </descrip>
7066 </quote>
7067
7068
7069 <sect1>waitvsync<label id="waitvsync"><p>
7070
7071 <quote>
7072 <descrip>
7073 <tag/Function/Wait until the start of the next frame.
7074 <tag/Header/
7075 <tt/<ref id="cbm.h" name="cbm.h">/,
7076 <tt/<ref id="gamate.h" name="gamate.h">/,
7077 <tt/<ref id="nes.h" name="nes.h">/,
7078 <tt/<ref id="pce.h" name="pce.h">/
7079 <tag/Declaration/<tt/void waitvsync (void);/
7080 <tag/Description/Wait for vertical sync to reduce flickering.
7081 <tag/Availability/Platforms above
7082 <tag/Example/None.
7083 </descrip>
7084 </quote>
7085
7086
7087 <sect1>wherex<label id="wherex"><p>
7088
7089 <quote>
7090 <descrip>
7091 <tag/Function/Return the current X position of the text mode cursor.
7092 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
7093 <tag/Declaration/<tt/unsigned char wherex (void);/
7094 <tag/Description/The function returns the current X position of the text mode
7095 cursor. Zero is returned for the leftmost screen position.
7096 <tag/Availability/cc65
7097 <tag/See also/
7098 <ref id="gotox" name="gotox">,
7099 <ref id="gotoy" name="gotoy">,
7100 <ref id="gotoxy" name="gotoxy">,
7101 <ref id="wherey" name="wherey">
7102 <tag/Example/None.
7103 </descrip>
7104 </quote>
7105
7106
7107 <sect1>wherey<label id="wherey"><p>
7108
7109 <quote>
7110 <descrip>
7111 <tag/Function/Return the current Y position of the text mode cursor.
7112 <tag/Header/<tt/<ref id="conio.h" name="conio.h">/
7113 <tag/Declaration/<tt/unsigned char wherey (void);/
7114 <tag/Description/The function returns the current Y position of the text mode
7115 cursor. Zero is returned for the uppermost screen position.
7116 <tag/Availability/cc65
7117 <tag/See also/
7118 <ref id="gotox" name="gotox">,
7119 <ref id="gotoy" name="gotoy">,
7120 <ref id="gotoxy" name="gotoxy">,
7121 <ref id="wherex" name="wherex">
7122 <tag/Example/None.
7123 </descrip>
7124 </quote>
7125
7126
7127 </article>