all repos — conver-tool @ 5895116f9f90db06368d1162cb7839742d81206c

A command line tool to manage ConVer projects.

src/conver.h

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
#ifndef CONVER_H
#define CONVER_H

#define CONVER_VERSION 0x100D

#include <stdio.h>
#include "stc/cstr.h"   

#define i_pro_key cstr
#include <stc/vec.h>




#endif // CONVER_H