X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=examples%2Fcount.h;fp=examples%2Fcount.h;h=1f90f21d059051173f689d5e2cf256809c814ebd;hp=0000000000000000000000000000000000000000;hb=af63ab64af10798468ca1453de2360fcda44aab9;hpb=f47005a44ca63fd882ce24b16ebfba39f81f0ba7 diff --git a/examples/count.h b/examples/count.h new file mode 100644 index 0000000..1f90f21 --- /dev/null +++ b/examples/count.h @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2011 Felix Fietkau + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 2.1 + * as published by the Free Software Foundation + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#ifndef __COUNT_H +#define __COUNT_H + +char *count_to_number(uint32_t num); + +#endif