Organize code in "src/units.c"

This commit is contained in:
Alex Kotov 2021-12-15 01:44:09 +05:00
parent 690cfd32e3
commit fc4fbd64b4
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 2 deletions

View File

@ -2,9 +2,8 @@
#include "config.h"
#endif
#include <kernaux/units.h>
#include <kernaux/stdlib.h>
#include <kernaux/units.h>
#define TMP_BUFFER_SIZE (64)