Advertisement
imk0tter
Oct 13th, 2023 (edited)
47
0
Never
This is comment for paste Kernel Port Code by Imk0tter
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //PORT_IO.h
  2. #include <stdio.h>
  3.  
  4. void print_open(unsigned int x) { printf("Opened port %u\n", x); }
  5. void print_close(unsigned int x) { printf("Closed port %u\n", x); }
  6. void print_connect(unsigned int x) { printf("Connected port %u\n", x); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement