mem2swap.c
changeset 91 1181deef3bd6
parent 82 7ff8fc49cce4
child 113 397270b5d21a
equal deleted inserted replaced
90:d494813f9e5b 91:1181deef3bd6
     1 /**
     1 /**
     2  * mem2swap.c
     2  * mem2swap.c
     3  * Copyright (C) 2008 Markus Broeker
     3  * Copyright (C) 2008 Markus Broeker
     4  *
     4  *
     5  * mem2swpapc usage: mem2spap [<MB>]
     5  * mem2swap usage: mem2swap [<MB>]
     6  */
     6  */
     7 
     7 
     8 #include <stdio.h>
     8 #include <stdio.h>
     9 #include <stdlib.h>
     9 #include <stdlib.h>
    10 #include <unistd.h>
    10 #include <unistd.h>