Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
frainz
pixelflut-c
Commits
9d789fb4
Commit
9d789fb4
authored
Nov 03, 2021
by
Paul Michel
Browse files
first steps
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
9d789fb4
pixelflut-c
:
main.o
gcc
-o
pixelflut-c main.o
main.o
:
main.c
gcc
-c
main.c
-o
main.o
\ No newline at end of file
main.c
0 → 100644
View file @
9d789fb4
#include <stdio.h>
// #include "pixelflut.h"
int
main
(
void
)
{
printf
(
"This is supposed to become a pixelflut client in C.
\n
"
);
return
0
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment