File: funCompareUintAndSuffixesMemcmp.h

package info (click to toggle)
rna-star 2.7.8a%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,076 kB
  • sloc: cpp: 20,429; awk: 483; ansic: 470; makefile: 181; sh: 31
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef CODE_funCompareUintAndSuffixesMemcmp
#define CODE_funCompareUintAndSuffixesMemcmp

#include <stdint.h>

extern char* g_funCompareUintAndSuffixesMemcmp_G;
extern uint64_t g_funCompareUintAndSuffixesMemcmp_L;
int funCompareUintAndSuffixesMemcmp ( const void *a, const void *b);

#endif