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
48ca0392
Commit
48ca0392
authored
Nov 03, 2021
by
Paul Michel
Browse files
first function
parent
251cc591
Changes
3
Hide whitespace changes
Inline
Side-by-side
main.c
View file @
48ca0392
#include <stdio.h>
//
#include "pixelflut.h"
#include "pixelflut.h"
int
main
(
void
)
{
...
...
pixelflut.c
0 → 100644
View file @
48ca0392
# include "pixelflut.h"
int
pixelflut
(
char
*
destination
,
int
port
)
{
}
\ No newline at end of file
pixelflut.h
0 → 100644
View file @
48ca0392
int
pixelflut
(
char
*
destination
,
int
port
);
\ 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