repo.or.cz
/
nyanmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
npv: correct coarse sync of vulkan image acquisition
[nyanmp.git]
/
npv
/
global.h
blob
52a58e8ee28f02ddcd9021456390c027d6a52295
1
#ifndef NPV_GLOBAL_H
2
#define NPV_GLOBAL_H
3
/*
4
* code protected with a GNU affero GPLv3 license
5
* copyright (C) 2020 Sylvain BERTRAND
6
*/
7
#include <stdio.h>
8
#include <stdlib.h>
9
#include
"c_fixing.h"
10
#define STR_SZ U8_MAX
11
#endif