C Notes/ulimit ?: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 March 2010

  • curprev 18:2618:26, 26 March 2010David talk contribs 288 bytes +288 New page: <pre> #!/usr/bin/perl use Inline C; use strict; my $max = get_max_files(); print $max, "\n"; __END__ __C__ #include <sys/resource.h> int get_max_files() { struct rlimit rl; if (g...