1 2 3 4 5 6 7 8
#pragma once #include <al/str.h> #include <al/array.h> struct camu_user { str name; };