index
:
gitlab.com/notklaatu/ninit.git
master
ninit - a UNIX process no 1
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
try_int.h2
blob: c010eaff0b12fb588e3f5c03813d6136a028c44c (
plain
)
1
2
3
4
5
#ifndef INT_DEFS_H #define INT_DEFS_H typedef unsigned Z uint32t; typedef Z int32t; #endif