Open a terminal and Execute commands and Keep terminal open

gnome-terminal --tab -e "/bin/bash -c 'ls -al ; exec /bin/bash -i'"

Variable Attributes

Aligned Variable


char tmpBuf[BLOCKSIZE] __attribute__((__aligned__(ALIGNMENT)));
char *tmpBuf = (char*) memalign(ALIGNMENT, BLOCKSIZE);



相關文件