#define BIG_NUMBER 10 ** 10 main() { /* index for our calculations */ int index; index = 0; /* syntax error on next line */ while (index < BIG_NUMBER) { index = index * 8; } return (0); } m/net/phonet/sysctl.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/phonet/sysctl.c
AgeCommit message (Expand)AuthorFilesLines