mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
README style tweak
This commit is contained in:
parent
c9d30b6d28
commit
51494ec10d
1 changed files with 57 additions and 55 deletions
|
|
@ -90,6 +90,7 @@ Here is a full example of a working VM host from [apps/emulator-mini](apps/emula
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
```c
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
@ -145,6 +146,7 @@ Here is a full example of a working VM host from [apps/emulator-mini](apps/emula
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Samples
|
## Samples
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue