mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-12 10:31:01 +00:00
fix PascalString.c test
This commit is contained in:
parent
1857ea24e3
commit
1b0b725552
@ -1,6 +1,6 @@
|
|||||||
#include "Test.h"
|
#include "Test.h"
|
||||||
|
|
||||||
int main()
|
int main(void)
|
||||||
{
|
{
|
||||||
const unsigned char *pstr = "\pHello, world.";
|
const unsigned char *pstr = "\pHello, world.";
|
||||||
const char *cstr = "Hello, world.";
|
const char *cstr = "Hello, world.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user