Skip to content

Instantly share code, notes, and snippets.

@sublee
Created April 21, 2014 17:56
Show Gist options
  • Save sublee/11150689 to your computer and use it in GitHub Desktop.
Save sublee/11150689 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include "zmq.h"
int main(int argc, char const *argv[]) {
printf("%d.%d.%d", ZMQ_VERSION_MAJOR, ZMQ_VERSION_MINOR, ZMQ_VERSION_PATCH);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment