mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-13 02:25:45 +00:00
fix PascalString.c test
This commit is contained in:
@@ -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.";
|
||||||
|
Reference in New Issue
Block a user