Posted by Anonymous on Wed 5 Mar 09:31 (modification of post by view diff)
report spam | download | new post
- #include <unistd.h>
- int main(int argc, char **argv) {
- int i;
- for (i = 0; i < 1000000; ++i) {
- write(1, "", 0);
- }
- return 0;
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.