summaryrefslogblamecommitdiffstats
path: root/testModule/endless.c
blob: e3598e88bd8a6227e78468b0f645261bf9610ed4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                  
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

int main(int argc, char *argv[]) {
    // argv[0][0] = '@';
    while (1)
        sleep(5);
}