Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeansymolanza/569ad5a7cf364a605e545de054bb922a to your computer and use it in GitHub Desktop.
Save jeansymolanza/569ad5a7cf364a605e545de054bb922a to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <librdkafka/rdkafka.h>
int main() {
printf("librdkafka is installed and the header is accessible.\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment