change header macro names to be more idiomatic

This commit is contained in:
Eric 2025-05-27 15:14:55 +02:00
parent 196c54cffa
commit b76c50a91b
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#ifndef HEADER_ENCODE
#define HEADER_ENCODE
#ifndef ENCODE_H
#define ENCODE_H
int
encode(unsigned char *op, int olen, unsigned char *sp, int url);

View file

@ -1,5 +1,5 @@
#ifndef HEADER_INPUT
#define HEADER_INPUT
#ifndef INPUT_H
#define INPUT_H
#include <stdio.h>

View file

@ -1,5 +1,5 @@
#ifndef HEADER_OUTPUT
#define HEADER_OUTPUT
#ifndef OUTPUT_H
#define OUTPUT_H
#include <stdio.h>