OS X clipboard with C language

Is there any way to communicate with the Mac OS X clipboard in C language (without Obj-C / Cocoa)?

Thank.

+3
source share
2 answers

The easiest way is to invoke the command line programs pbcopyand pbpaste.

+3
source
+2
source

All Articles