test memory info
This commit is contained in:
@@ -14,9 +14,9 @@ void Application::action() { // NOLINT
|
||||
for (unsigned i = 1;; ++i) {
|
||||
write(1, text, sizeof(text));
|
||||
if(i==id){
|
||||
write(2, "kill", 4);
|
||||
write(2, &text[4], 1);
|
||||
write(2, " ", 1);
|
||||
//write(2, "kill", 4);
|
||||
//write(2, &text[4], 1);
|
||||
//write(2, " ", 1);
|
||||
sys_exit();
|
||||
}
|
||||
sleep(1000);
|
||||
|
||||
Reference in New Issue
Block a user