Skip to content

Commit

Permalink
counter.c add print
Browse files Browse the repository at this point in the history
  • Loading branch information
sakria9 committed Jan 21, 2024
1 parent c7b89ae commit fbada58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include <unistd.h>
int a(int c){
static int b=0;
b++;
printf("%d %d\n",c,b);
// printf("\n");
}
int main(int argv,char ** argc){
Expand Down

0 comments on commit fbada58

Please sign in to comment.