/usr/include/diet/skalibs/stddjb.h is in skalibs-dev 0.47-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | /* Public domain. */
#ifndef STDDJB_H
#define STDDJB_H
#include "gccattributes.h"
#include "uint16.h"
#include "uint32.h"
#include "uint64.h"
#include "alloc.h"
#include "intalloc.h"
#include "uintalloc.h"
#include "uint16alloc.h"
#include "uint32alloc.h"
#include "uint64alloc.h"
#include "uint32aalloc.h"
#include "allreadwrite.h"
#include "buffer.h"
#include "iobuffer.h"
#include "bytestr.h"
#include "env.h"
#include "djbunix.h"
#include "syssocket.h"
#include "envalloc.h"
#include "direntry.h"
#include "error.h"
#include "fmtscan.h"
#include "gen_alloc.h"
#include "select.h"
#include "sig.h"
#include "stralloc.h"
#include "bufalloc.h"
#include "cdb.h"
#include "cdb_make.h"
#include "strerr2.h"
#include "tai.h"
#include "iopause.h"
#include "sgetopt.h"
#include "netstring.h"
#include "skamisc.h"
#include "caltimedate.h"
#include "bitarray.h"
#include "gen_bunch.h"
#include "uintbunch.h"
#include "diuint.h"
#include "diuintalloc.h"
#include "diuintbunch.h"
#include "diuint32.h"
#include "diuint32alloc.h"
#include "diuint32bunch.h"
#include "environ.h"
#include "shglob.h"
#include "selfpipe.h"
#endif
|