Skip to content

Instantly share code, notes, and snippets.

View VioletEternity's full-sized avatar

Maya VioletEternity

  • 22:24 (UTC +01:00)
View GitHub Profile
// cc $(pkg-config --cflags --libs libudev) udev_find_serial_by_vid_pid.c -o udev_find_serial_by_vid_pid
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libudev.h>
int main(int argc, char **argv)
{
if (argc != 3) {