File: README

package info (click to toggle)
ffcall 2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,024 kB
  • sloc: asm: 100,607; ansic: 50,932; sh: 5,630; makefile: 1,588; cpp: 2
file content (9 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
This directory contains a reentrant version of the vacall package.

Instead of using a global variable for the function to be called,
a pointer is passed in a special CPU register, pointing to:
  - a function code pointer in the first word,
  - a data word in the second word, to be passed before the va_alist.

The include file <vacall.h> is renamed to <vacall_r.h>.