This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2022-2-WS_group_project_projekt
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84
Commits
1
Branch
1
Tag
730 KiB
C
92.7%
Makefile
6.8%
Shell
0.3%
C++
0.2%
Tree:
0f2143cd49
main
cloned-at-2023-02-11
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0f2143cd49'
${ noResults }
2022-2-WS_group_project_pro...
/
src
/
probe.c
7 lines
80 B
Raw
Blame
History
#
include
<stdio.h>
#
include
<string.h>
int
probe
(
int
input
)
{
return
input
;
}
Reference in new issue