change file trans.{c,h} to encode.{c,h}

This commit is contained in:
Eric 2025-05-26 23:12:16 +02:00
parent 221a8588c0
commit 28fcd5ed7a
4 changed files with 7 additions and 7 deletions

2
main.c
View file

@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "input.h"
#include "trans.h"
#include "encode.h"
#define OBUFSIZE 4
#define SBUFSIZE 5