I see some functions inside the OS Abstractor library that starts with “INT_”. Can we also use these functions in our applications?

I see some functions inside the OS Abstractor library that starts with “INT_”. Can we also use these functions in our applications?

The functions starting with “INT_” are functions internal to the OS Abstractor, In order to keep the application portable, application should not use those functions (use only the functions that are exposed in the OS Abstractor manual).