목록책/Linux (3)
도전2022
http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/index.html#Top This file documents the use of the GNU compilers. Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later v..
http://www.cplusplus.com/reference/clibrary/cstdio/sprintf/ sprintf function int sprintf ( char * str, const char * format, ... ); Write formatted data to string Writes into the array pointed by str a C string consisting on a sequence of data formatted as the format argument specifies. After the format parameter, the function expects at least as many additional arguments as specified in format. ..
/* Map in a shared object's segments from the file. Copyright (C) 1995-2005, 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option..