Im having difficulty trying to find C references for the functions and their inputs for the frameworks inside of /System/Library/Frameworks/
. Whenever I search it up online I can only get documentation for usage in Swift and Obj-C.
I'm trying to link to Carbon.framework
in C++ but I can't seem to find any references for the actual funtions I can use. This seems to be across all of the frameworks and the closest I found to a source of refrences was the documentation archive but none of it seems to show the actual references.
If anyone has a link to any sort of refrences of any kind then please link them 🥰