cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Functions
os_spec.c File Reference
#include <ctype.h>
#include <stddef.h>
#include <stdio.h>
#include "crypt.h"

Go to the source code of this file.

Macros

#define MAX_SYSVARS   8
 
#define intptr_t   int
 

Functions

int initSysVars (void)
 
int getSysVar (const SYSVAR_TYPE type)
 
void * ptr_align (const void *ptr, const int units)
 
int ptr_diff (const void *ptr1, const void *ptr2)
 

Macro Definition Documentation

#define intptr_t   int

Definition at line 2047 of file os_spec.c.

#define MAX_SYSVARS   8

Definition at line 1908 of file os_spec.c.

Function Documentation

int getSysVar ( const SYSVAR_TYPE  type)

Definition at line 2016 of file os_spec.c.

int initSysVars ( void  )

Definition at line 2004 of file os_spec.c.

void* ptr_align ( const void *  ptr,
const int  units 
)

Definition at line 2050 of file os_spec.c.

int ptr_diff ( const void *  ptr1,
const void *  ptr2 
)

Definition at line 2063 of file os_spec.c.