,

2008-08-19から1日間の記事一覧

SSLかんたんな例

ssl_server.c // OpenSSL the most SIMPLE example #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <openssl/ssl.h> #include <sys/socket.h> #include <netdb.h> #define PORT 12335 int main( void ) { // Set up for socket int sb = socket( AF_INET, SOCK_STREAM, 0 ); st…</netdb.h></sys/socket.h></openssl/ssl.h></unistd.h></stdlib.h></string.h></stdio.h>

GNU global

http://directory.fsf.org/project/global/ gtags -v htags -safF でディレクトリHTML以下にドキュメントが生成されます。