learning-cc4e
Solution to https://cc4e.com/. If you copy these you're not right in the head.
git clone
https://kaka.farm/~git/learning-cc4e
Log
|
Files
|
Refs
solution.c (60B)
1
extern int counter = 0;
2
int bump()
3
{
4
return(counter++);
5
}