pragma once deez nuts

This commit is contained in:
akp 2023-11-11 12:52:09 +00:00
parent 3a4edb3fd5
commit 591549bcff
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
3 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
// //
// Created by akp on 06/10/23. // Created by akp on 06/10/23.
// //
#pragma once
int akpa_numcmp(int a, int b) { int akpa_numcmp(int a, int b) {
if (a < b) { if (a < b) {

View file

@ -1,6 +1,8 @@
// //
// Created by akp on 05/10/23. // Created by akp on 05/10/23.
// //
#pragma once
#include "firewall_types.c" #include "firewall_types.c"
#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>

View file

@ -1,6 +1,8 @@
// //
// Created by akp on 06/10/23. // Created by akp on 06/10/23.
// //
#pragma once
#include "akpa_util.c" #include "akpa_util.c"
#include <stddef.h> #include <stddef.h>
#include <stdio.h> #include <stdio.h>