search for: 3ccocoa

Displaying 1 result from an estimated 1 matches for "3ccocoa".

Did you mean: 2fcocoa
2020 Oct 19
1
usage of #import in grDevices/src/qdCocoa.h
...preprocessor directive #import; the first thing I found about it is this Q&A suggesting it's not portable nor standard C: https://stackoverflow.com/q/39280248/3576984 On the other hand, this exact invocation seems pretty common on GitHub https://github.com/search?l=C&q=%22%23import+%3CCocoa%2FCocoa.h%3E%22&type=Code I don't see much in the way of relevant documentation for Cocoa besides stuff like this page from 2001: http://cocoadevcentral.com/articles/000031.php Is this something that should be updated to use #include? Other packages appear to have done so, e.g. from GitH...