Changes

Jump to navigation Jump to search
15 bytes added ,  18:21, 6 August 2014
m
Colorize example by using <code lang="c"> tag.
Line 6: Line 6:  
'''BEWARE! This program requires root. I don't take any responsibility for what this code might do to your system.'''( tested though =) )
 
'''BEWARE! This program requires root. I don't take any responsibility for what this code might do to your system.'''( tested though =) )
   −
<pre>
+
<source lang="c">
 
#include <sys/stat.h>
 
#include <sys/stat.h>
 
#include <fcntl.h>
 
#include <fcntl.h>
Line 71: Line 71:  
     return 0;
 
     return 0;
 
}
 
}
</pre>
+
</source>
    
[[Category:Under the hood]]
 
[[Category:Under the hood]]
85

edits

Navigation menu