Sponsored Content
Full Discussion: GCC: General Macro for BSD
Top Forums Programming GCC: General Macro for BSD Post 302914773 by Corona688 on Wednesday 27th of August 2014 06:18:56 PM
Old 08-27-2014
Code:
cpp -dM <<"EOF"
#include <sys/param.h>

/* as much more code as you want */
EOF

This User Gave Thanks to Corona688 For This Post:
 

3 More Discussions You Might Find Interesting

1. BSD

for linux and BSD users interested in Unix system V/bsd

for all you unix/linux interested heres an online book for free that covers the basics of BSD SysV Unix commands and applications . giving the average linux user a perspective on the differences in context of the two operating systems and for BSD users covers material as a refernce guide. ... (0 Replies)
Discussion started by: moxxx68
0 Replies

2. Solaris

Installing gcc - recieve error message gcc : cannot execute

AIM- Install Oracle 11g on Solaris using VMWare Steps 1.Logged on as root 2.Created subfolders à /usr/local/bin & /usr/local/bin/gcc 3.Downloaded gcc & libiconv & unzipped them on my harddrive & burnt them on CD 4.Copied files from CD to /usr/local/bin/gcc 5.Terminal (root) à pkgadd -d... (8 Replies)
Discussion started by: Ackers
8 Replies

3. Programming

Make-question - redefine a macro, using another macro..?

I think there is no problem to use any macro in a new macro definishion, but I have a problem with that. I can not understand why? I have a *.mak file that inludes file with many definitions and rules. ############################################## include dstndflt.mak ... One of the... (2 Replies)
Discussion started by: alex_5161
2 Replies
zipios::GZIPOutputStreambuf(3)				     Library Functions Manual				    zipios::GZIPOutputStreambuf(3)

NAME
zipios::GZIPOutputStreambuf - GZIPOutputStreambuf is a zip output streambuf filter. SYNOPSIS
#include <gzipoutputstreambuf.h> Inherits zipios::DeflateOutputStreambuf. Public Member Functions GZIPOutputStreambuf (streambuf *outbuf, bool del_outbuf=false) GZIPOutputStreambuf constructor. void setFilename (const string &filename) void setComment (const string &comment) void close () Calls finish. void finish () Finishes the compression. virtual ~GZIPOutputStreambuf () Destructor. Protected Member Functions virtual int overflow (int c=EOF) virtual int sync () Detailed Description GZIPOutputStreambuf is a zip output streambuf filter. Definition at line 15 of file gzipoutputstreambuf.h. Constructor &; Destructor Documentation zipios::GZIPOutputStreambuf::GZIPOutputStreambuf (streambuf *outbuf, booldel_outbuf = false) [explicit] GZIPOutputStreambuf constructor. A newly constructed GZIPOutputStreambuf is ready to accept data. Parameters: outbuf the streambuf to use for output. del_outbuf if true is specified outbuf will be deleted, when the GZIPOutputStreambuf is destructed. Definition at line 19 of file gzipoutputstreambuf.cpp. zipios::GZIPOutputStreambuf::~GZIPOutputStreambuf () [virtual] Destructor. Definition at line 47 of file gzipoutputstreambuf.cpp. Member Function Documentation void zipios::GZIPOutputStreambuf::close () Calls finish. Definition at line 33 of file gzipoutputstreambuf.cpp. void zipios::GZIPOutputStreambuf::finish () Finishes the compression. Definition at line 37 of file gzipoutputstreambuf.cpp. Author Generated automatically by Doxygen for Zipios++ from the source code. Zipios++ Mon Oct 10 2011 zipios::GZIPOutputStreambuf(3)
All times are GMT -4. The time now is 08:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy