kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

6_7_2_12_long_double.c (66B)


      1 int test_main(void) {
      2   long double d = 42.0L;
      3   return (int)d;
      4 }