pragma once deez nuts
This commit is contained in:
parent
3a4edb3fd5
commit
591549bcff
3 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Reference in a new issue