DEBSOURCES
Skip Quicknav
sources / splint / 1%3A3.1.2%2Bdfsg-1 / test / sizesigns.c
12345678910
#include <stdlib.h> int foo (size_t z) { if (z / sizeof(z) == 10) return 1; else return 0; }