mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 19:55:07 +01:00
tests
This commit is contained in:
parent
ae189e8b18
commit
043c960708
15 changed files with 206 additions and 23 deletions
8
hello.c
8
hello.c
|
|
@ -1,6 +1,8 @@
|
|||
#include<stdio.h>
|
||||
#include<sys/mman.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
PROT_WRITE;
|
||||
puts("Hello, world!");
|
||||
int result = printf("Hello, world!\n");
|
||||
if (result != 15) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue