All public logs

From Federal Burro of Information
Jump to navigationJump to search

Combined display of all available logs of Federal Burro of Information. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:41, 26 February 2023 David talk contribs created page Showsize (Created page with "a c program to tell you what the size of data types are: showsize.c <pre> #include <sys/types.h> #include <stdio.h> int main(void) { printf("In bits:\n"); printf("%d <-unsigned long\n", sizeof(unsigned long)*8); mul8 to get it in bits: printf("%d <-unsigned long\n", sizeof(unsigned long)); mul8 to get it in bits: printf("%d <-long long\n", sizeof(long long)*8); mul8 to get it in bits: printf("%d <-int\n",...")