Notes
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);
相關文件
http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)