/usr/include/schroedinger-1.0/schroedinger/schro.h is in libschroedinger-dev 1.0.11-2ubuntu1.
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 | #ifndef __SCHRO_SCHRO_H__
#define __SCHRO_SCHRO_H__
#include <schroedinger/schroanalysis.h>
#include <schroedinger/schroarith.h>
#include <schroedinger/schroasync.h>
#include <schroedinger/schrobitstream.h>
#include <schroedinger/schrobuffer.h>
#include <schroedinger/schrodecoder.h>
#include <schroedinger/schrodebug.h>
#include <schroedinger/schrodomain.h>
#include <schroedinger/schroencoder.h>
#include <schroedinger/schroengine.h>
#include <schroedinger/schrofilter.h>
#include <schroedinger/schroframe.h>
#include <schroedinger/schrolimits.h>
#include <schroedinger/schromotion.h>
#include <schroedinger/schromotionest.h>
#include <schroedinger/schropack.h>
#include <schroedinger/schroparams.h>
#include <schroedinger/schrophasecorrelation.h>
#include <schroedinger/schroqueue.h>
#include <schroedinger/schrossim.h>
#include <schroedinger/schrotables.h>
#include <schroedinger/schrowavelet.h>
#include <schroedinger/schrometric.h>
#include <schroedinger/schroutils.h>
#include <schroedinger/schroversion.h>
SCHRO_BEGIN_DECLS
void schro_init(void);
SCHRO_END_DECLS
#endif
|