Changeset 217


Ignore:
Timestamp:
11/14/08 18:39:43 (16 years ago)
Author:
nanardon
Message:
  • fix typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/unix/malloc.c

    r192 r217  
    11#include <stdlib.h> 
    2 #include <sdtio.h> 
     2#include <stdio.h> 
    33int main(void) { 
    44    char * buf = malloc(1000000000); 
Note: See TracChangeset for help on using the changeset viewer.