index
:
tinydnssec
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tai_uint.c
blob: b01184cfeb204ebfa3d47beccb48913baa5bcf84 (
plain
)
1
2
3
4
5
6
#include "tai.h" void tai_uint(struct tai *t,unsigned int u) { t->x = u; }