/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/types.h

  • Committer: Gustav Hartvigsson
  • Date: 2017-12-20 00:24:28 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20171220002428-q2qakpj020fvtrvu
* Made SRandom compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
 * Checks if a type is derived from an other type or not.
320
320
 *
321
321
 * @param child_type The type you want to check.
322
 
 * @param parent_type The type you want to check if child_type is a child to.
 
322
 * @param parent_type The type you want to check if child_type is a child to
 
323
 * parent_type.
323
324
 */
324
325
S_EXPORTED
325
326
sboolean