9 lines
110 B
C
9 lines
110 B
C
#ifndef PCKR_H
|
|
#define PCKR_H
|
|
|
|
#include "aliases.h"
|
|
|
|
i32 run_pckr(i32 argc, char *argv[]);
|
|
|
|
#endif // !PCKR_H
|