Blady-Com / florist

POSIX Ada Bindings.
GNU General Public License v2.0
6 stars 2 forks source link

How does this actually work #8

Open krischik opened 1 month ago

krischik commented 1 month ago

For example I want to call tcsetattr but all I find is:

   tcsetattr_LINKNAME : constant String := "tcsetattr";
   HAVE_tcsetpgrp : constant Boolean := True;

Where is the actual function? How do I call the function?

Blady-Com commented 1 week ago

Sorry for the delay. The Ada binding function is in posix-terminal_functions.ads. The C function is embedded in posix-terminal_functions.adb.