Advertisement
imk0tter
Dec 21st, 2022 (edited)
56
0
Never
This is comment for paste Kernel port code
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void kernel(unsigned int max_iteration)
  2.  {
  3.     for (unsigned int current_iteration = 0; current_iteration < max_iteration; ++current_iteration)
  4.     {
  5.         // OPEN CONNECT CLOSE
  6.     }
  7.     // OPEN CONNECT CLOSE
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement