quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test-closefrom.c (72B)


      1 #include <unistd.h>
      2 
      3 int main(void) {
      4     closefrom(3);
      5     return 0;
      6 }