cachesim
A cache simulator
cachesim.c
Go to the documentation of this file.
00001 /* -*- mode:c; coding: utf-8 -*- */
00002 
00008 int
00009 main(int argc, char *argv[])
00010 {
00011     // Код запуска симулятора
00012     return 0;
00013 }
00014 
00015 /*
00016  * Local variables:
00017  *  c-basic-offset: 4
00018  * End:
00019  */