change header macro names to be more idiomatic
This commit is contained in:
parent
196c54cffa
commit
b76c50a91b
3 changed files with 6 additions and 6 deletions
4
encode.h
4
encode.h
|
@ -1,5 +1,5 @@
|
||||||
#ifndef HEADER_ENCODE
|
#ifndef ENCODE_H
|
||||||
#define HEADER_ENCODE
|
#define ENCODE_H
|
||||||
|
|
||||||
int
|
int
|
||||||
encode(unsigned char *op, int olen, unsigned char *sp, int url);
|
encode(unsigned char *op, int olen, unsigned char *sp, int url);
|
||||||
|
|
4
input.h
4
input.h
|
@ -1,5 +1,5 @@
|
||||||
#ifndef HEADER_INPUT
|
#ifndef INPUT_H
|
||||||
#define HEADER_INPUT
|
#define INPUT_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
4
output.h
4
output.h
|
@ -1,5 +1,5 @@
|
||||||
#ifndef HEADER_OUTPUT
|
#ifndef OUTPUT_H
|
||||||
#define HEADER_OUTPUT
|
#define OUTPUT_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue