All pastes #895217 Raw Edit

Anonymous

public text v1 · immutable
#895217 ·published 2008-02-07 17:33 UTC
rendered paste body
#include <stdio.h>
#include <stdbool.h>

int main (int argc, char** argv) {
  printf ("%i\n", sizeof(bool));
  return 0;
}